Fix indentation

This commit is contained in:
Julius Haertl
2017-01-18 12:44:19 +01:00
parent 823dbbd04b
commit 8f6e923e85
4 changed files with 33 additions and 48 deletions

View File

@@ -32,10 +32,7 @@ class LabelService {
private $labelMapper;
public function __construct(
LabelMapper $labelMapper,
PermissionService $permissionService
) {
public function __construct(LabelMapper $labelMapper, PermissionService $permissionService) {
$this->labelMapper = $labelMapper;
$this->permissionService = $permissionService;
}