Skip to content

Commit 11490c2

Browse files
ajgarlagdbrumann
andcommitted
Update security/access_control.rst
Co-Authored-By: Denis Brumann <dbrumann@gmail.com>
1 parent 5b07491 commit 11490c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/access_control.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ options:
157157
* ``roles`` If the user does not have the given role, then access is denied
158158
(internally, an :class:`Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException`
159159
is thrown). If this value is an array of multiple roles, the user must have
160-
at least one of them (when using the default ``affirmative`` strategy in the
161-
:ref:`Access Decision Manager <components-security-access-decision-manager>`)
162-
or all of them when using the ``unanimous`` strategy;
160+
* at least one of them when using the default ``affirmative`` strategy
161+
* all of them when using the ``unanimous`` strategy
162+
in the :ref:`Access Decision Manager <components-security-access-decision-manager>`.
163163

164164
* ``allow_if`` If the expression returns false, then access is denied;
165165

0 commit comments

Comments
 (0)