You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #13836 Update authorization.rst (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 3.4 branch instead.
Discussion
----------
Update authorization.rst
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases 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
-------
7835687 Update authorization.rst
Copy file name to clipboardExpand all lines: components/security/authorization.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ recognizes several strategies:
47
47
grant access if there are more voters granting access than there are denying;
48
48
49
49
``unanimous``
50
-
only grant access if none of the voters has denied access;
50
+
only grant access if none of the voters has denied access. If all voters abstained from voting, the decision is based on the ``allow_if_all_abstain`` config option (which defaults to ``false``);
0 commit comments