mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
DX [cs-fixer] fixes
This commit is contained in:
@@ -36,5 +36,4 @@ class SynchronizeEntityInfoViewsCommand extends Command
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -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);
|
||||
|
||||
|
@@ -141,5 +141,4 @@ final readonly class UserExportController
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user