Skip to content

Commit 9759d20

Browse files
committed
minor #16988 [Security] update strategy number (mohamedGasmii)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] update strategy number Strategies : affirmative, consensus, unaminous and priority (introduced in V 5.1) <!-- 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 `6.x` for features of unreleased versions). --> Commits ------- af248b7 [Security] update strategy number
2 parents acf8b17 + af248b7 commit 9759d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ checks if the user is a member of the site and a second one that checks if the u
275275
is older than 18.
276276

277277
To handle these cases, the access decision manager uses a "strategy" which you can configure.
278-
There are three strategies available:
278+
There are four strategies available:
279279

280280
``affirmative`` (default)
281281
This grants access as soon as there is *one* voter granting access;

0 commit comments

Comments
 (0)