Skip to content

Commit 42d57a9

Browse files
aschemppOskarStark
andauthored
Apply suggestions from code review
Co-Authored-By: Oskar Stark <oskarstark@googlemail.com>
1 parent 23be686 commit 42d57a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/security/authorization.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ recognizes several strategies:
5454

5555
.. versionadded:: 5.1
5656

57-
The priority version strategy was introduced in Symfony 5.1.
58-
57+
The priority version strategy was introduced in Symfony 5.1.
5958

6059
Usage of the available options in detail::
6160

@@ -266,4 +265,3 @@ decision manager::
266265
if (!$authorizationChecker->isGranted('ROLE_ADMIN')) {
267266
throw new AccessDeniedException();
268267
}
269-

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ strategies available:
282282

283283
.. versionadded:: 5.1
284284

285-
The priority version strategy was introduced in Symfony 5.1.
285+
The priority version strategy was introduced in Symfony 5.1.
286286

287287

288288
In the above scenario, both voters should grant access in order to grant access

0 commit comments

Comments
 (0)