Skip to content

Commit 07d8fad

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Fix a minor syntax issue
2 parents 28b4f51 + 29c6ad2 commit 07d8fad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security/voters.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ with ``ROLE_SUPER_ADMIN``::
282282
// ...
283283
}
284284

285-
The ``Security::isGranted()`` method inside a voter has a significant
286-
drawback: it does not guarantee that the checks are performed on the same
287-
token as the one in your voter. The token in the token storage might have
288-
changed or could change in the meantime. Always use the ``AccessDecisionManager``
289-
instead.
285+
The ``Security::isGranted()`` method inside a voter has a significant
286+
drawback: it does not guarantee that the checks are performed on the same
287+
token as the one in your voter. The token in the token storage might have
288+
changed or could change in the meantime. Always use the ``AccessDecisionManager``
289+
instead.
290290

291291
If you're using the :ref:`default services.yaml configuration <service-container-services-load-example>`,
292292
you're done! Symfony will automatically pass the ``security.helper``

0 commit comments

Comments
 (0)