Applied latest styleci changes

This commit is contained in:
Dan Brown
2021-11-01 13:26:02 +00:00
parent ce3f489188
commit a17be959d8
10 changed files with 15 additions and 14 deletions

View File

@@ -17,7 +17,8 @@ class ImageRepo
/**
* ImageRepo constructor.
*/
public function __construct(ImageService $imageService, PermissionService $permissionService) {
public function __construct(ImageService $imageService, PermissionService $permissionService)
{
$this->imageService = $imageService;
$this->restrictionService = $permissionService;
}