Skip to content

Commit b9e6e20

Browse files
lukmziggithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent ec0a656 commit b9e6e20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Service/Permission/PermissionService.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ private function addRootNodePermissions(
216216
string $fullPath,
217217
int $parentId,
218218
BasePermissions $permissions
219-
): BasePermissions
220-
{
219+
): BasePermissions {
221220
if ($fullPath === '/' && $parentId === 0) {
222221
$permissions->setDelete(false);
223222
$permissions->setRename(false);

0 commit comments

Comments
 (0)