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 7283e7c commit 9a3629dCopy full SHA for 9a3629d
components/security/authorization.rst
@@ -122,7 +122,7 @@ RoleVoter
122
123
The :class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleVoter`
124
supports attributes starting with ``ROLE_`` and grants access to the user
125
-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
126
roles returned by the token's :method:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface::getRoleNames`
127
method::
128
0 commit comments