File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,10 @@ options:
158
158
(internally, an :class: `Symfony\\ Component\\ Security\\ Core\\ Exception\\ AccessDeniedException `
159
159
is thrown). If this value is an array of multiple roles, the user must have:
160
160
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 >`.
164
165
165
166
* ``allow_if `` If the expression returns false, then access is denied;
166
167
You can’t perform that action at this time.
0 commit comments