diff --git a/extension.neon b/extension.neon index 582126af..e0c53ba0 100644 --- a/extension.neon +++ b/extension.neon @@ -14,6 +14,7 @@ parameters: featureToggles: skipCheckGenericClasses: - Symfony\Component\OptionsResolver\Options + - Symfony\Component\Security\Core\Authorization\Voter\Voter - Symfony\Component\Security\Core\User\PasswordUpgraderInterface stubFiles: - stubs/Psr/Cache/CacheItemInterface.stub @@ -50,6 +51,7 @@ parameters: - stubs/Symfony/Component/Security/Acl/Model/AclInterface.stub - stubs/Symfony/Component/Security/Acl/Model/EntryInterface.stub - stubs/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.stub + - stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub - stubs/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.stub - stubs/Symfony/Component/Security/Core/User/PasswordAuthenticatedUserInterface.stub - stubs/Symfony/Component/Security/Core/User/PasswordUpgraderInterface.stub diff --git a/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub b/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub new file mode 100644 index 00000000..17485a28 --- /dev/null +++ b/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub @@ -0,0 +1,35 @@ +