We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b9dbd commit 8657bf4Copy full SHA for 8657bf4
components/security/authorization.rst
@@ -124,7 +124,7 @@ RoleVoter
124
125
The :class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleVoter`
126
supports attributes starting with ``ROLE_`` and grants access to the user
127
-when the required ``ROLE_*`` attributes can all be found in the array of
+when at least one required ``ROLE_*`` attribute can be found in the array of
128
roles returned by the token's :method:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface::getRoles`
129
method::
130
0 commit comments