mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 12:03:48 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
This commit is contained in:
@@ -33,7 +33,7 @@ class AuthorizationHelper implements AuthorizationHelperInterface
|
||||
private readonly LoggerInterface $logger,
|
||||
private readonly ScopeResolverDispatcher $scopeResolverDispatcher,
|
||||
private readonly UserACLAwareRepositoryInterface $userACLAwareRepository,
|
||||
private readonly ParentRoleHelper $parentRoleHelper
|
||||
private readonly ParentRoleHelper $parentRoleHelper,
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
@@ -17,7 +17,7 @@ final readonly class DefaultVoterHelper implements VoterHelperInterface
|
||||
{
|
||||
public function __construct(
|
||||
private AuthorizationHelper $authorizationHelper,
|
||||
private array $configuration
|
||||
private array $configuration,
|
||||
) {}
|
||||
|
||||
public function supports($attribute, $subject): bool
|
||||
|
Reference in New Issue
Block a user