php cs fixes after merge

This commit is contained in:
2024-05-22 16:44:02 +02:00
parent d34f9450b8
commit dddb6d66bc
11 changed files with 7 additions and 12 deletions

View File

@@ -198,7 +198,6 @@ class AuthorizationHelper implements AuthorizationHelperInterface
* if the entity implements Chill\MainBundle\Entity\HasScopeInterface,
* the scope is taken into account.
*
*
* @return bool true if the user has access
*/
public function userHasAccess(UserInterface $user, mixed $entity, string $attribute): bool