Skip to content

Commit 3d26c05

Browse files
authored
Improve link to Access Decission Manager doc
1 parent 09d235c commit 3d26c05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

security/access_control.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,10 @@ options:
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:
160160

161-
* at least one of them when using the default ``affirmative`` strategy
162-
* all of them when using the ``unanimous`` strategy
163-
in the :ref:`Access Decision Manager <components-security-access-decision-manager>`.
161+
* at least one of them when using the default ``affirmative`` strategy.
162+
* all of them when using the ``unanimous`` strategy.
163+
164+
For more details about different strategies, see :ref:`Access Decision Manager <components-security-access-decision-manager>`.
164165

165166
* ``allow_if`` If the expression returns false, then access is denied;
166167

0 commit comments

Comments
 (0)