mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
Php cs fixes
This commit is contained in:
@@ -24,9 +24,7 @@ use Symfony\Component\Security\Core\Security;
|
||||
*/
|
||||
class StoredObjectVoter extends Voter
|
||||
{
|
||||
|
||||
public function __construct(private readonly Security $security, private readonly iterable $storedObjectVoters) {
|
||||
}
|
||||
public function __construct(private readonly Security $security, private readonly iterable $storedObjectVoters) {}
|
||||
|
||||
protected function supports($attribute, $subject): bool
|
||||
{
|
||||
|
Reference in New Issue
Block a user