8000 minor #12947 Update authorization.rst (adrien-lopez) · symfony/symfony-docs@673e8e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 673e8e9

Browse files
committed
minor #12947 Update authorization.rst (adrien-lopez)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes #12947). Discussion ---------- Update authorization.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8657bf4 Update authorization.rst
2 parents 51b9dbd + 8657bf4 commit 673e8e9

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
@@ -124,7 +124,7 @@ RoleVoter
124124

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

0 commit comments

Comments
 (0)
0