File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ options:
157
157
* ``roles `` If the user does not have the given role, then access is denied
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
- 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 >`.
163
163
164
164
* ``allow_if `` If the expression returns false, then access is denied;
165
165
You can’t perform that action at this time.
0 commit comments