File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ recognizes several strategies:
54
54
55
55
.. versionadded :: 5.1
56
56
57
- The priority version strategy was introduced in Symfony 5.1.
57
+ The `` priority `` version strategy was introduced in Symfony 5.1.
58
58
59
59
Usage of the available options in detail::
60
60
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
262
262
is older than 18.
263
263
264
264
To 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:
267
267
268
268
``affirmative `` (default)
269
269
This grants access as soon as there is *one * voter granting access;
@@ -282,8 +282,7 @@ strategies available:
282
282
283
283
.. versionadded :: 5.1
284
284
285
- The priority version strategy was introduced in Symfony 5.1.
286
-
285
+ The ``priority `` version strategy was introduced in Symfony 5.1.
287
286
288
287
In the above scenario, both voters should grant access in order to grant access
289
288
to 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