Skip to content

Commit 3d3293f

Browse files
committed
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
2 parents 38d9cf3 + 7835687 commit 3d3293f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ recognizes several strategies:
4747
grant access if there are more voters granting access than there are denying;
4848

4949
``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``);
5151

5252
Usage of the available options in detail::
5353

0 commit comments

Comments
 (0)