DX [cs-fixer] fixes

This commit is contained in:
2023-05-24 14:02:05 +02:00
parent 04359f27c6
commit a31c4063a1
9 changed files with 1 additions and 13 deletions

View File

@@ -36,5 +36,4 @@ class SynchronizeEntityInfoViewsCommand extends Command
return 0;
}
}

View File

@@ -163,7 +163,6 @@ final class PermissionsGroupController extends AbstractController
*/
public function deleteLinkRoleScopeAction(int $pgid, int $rsid): Response
{
$permissionsGroup = $this->permissionsGroupRepository->find($pgid);
$roleScope = $this->roleScopeRepository->find($rsid);

View File

@@ -141,5 +141,4 @@ final readonly class UserExportController
]
);
}
}