Skip to content

Commit 9a3629d

Browse files
authored
Update authorization.rst
1 parent 7283e7c commit 9a3629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RoleVoter
122122

123123
The :class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleVoter`
124124
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
125+
when at least one required ``ROLE_*`` attribute can be found in the array of
126126
roles returned by the token's :method:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface::getRoleNames`
127127
method::
128128

0 commit comments

Comments
 (0)