File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ recognizes several strategies:
5454
5555 .. versionadded :: 5.1
5656
57- The priority version strategy was introduced in Symfony 5.1.
57+ The `` priority `` version strategy was introduced in Symfony 5.1.
5858
5959Usage of the available options in detail::
6060
Original file line number Diff line number Diff line change @@ -262,8 +262,8 @@ checks if the user is a member of the site and a second one that checks if the u
262262is older than 18.
263263
264264To handle these cases, the access decision manager uses an access decision
265- strategy. You can configure this to suit your needs. There are four
266- strategies available:
265+ strategy. You can configure this to suit your needs. The following strategies
266+ are available:
267267
268268``affirmative `` (default)
269269 This grants access as soon as there is *one * voter granting access;
@@ -282,8 +282,7 @@ strategies available:
282282
283283 .. versionadded :: 5.1
284284
285- The priority version strategy was introduced in Symfony 5.1.
286-
285+ The ``priority `` version strategy was introduced in Symfony 5.1.
287286
288287In the above scenario, both voters should grant access in order to grant access
289288to the user to read the post. In this case, the default strategy is no longer
You can’t perform that action at this time.
0 commit comments