File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Authorization (i.e. Denying Access)
73
73
-----------------------------------
74
74
75
75
Symfony gives you several ways to enforce authorization, including the ``access_control ``
76
- configuration in :doc: `security.yml </reference/configuration/security >` the
76
+ configuration in :doc: `security.yml </reference/configuration/security >`, the
77
77
:ref: `@Security annotation <best-practices-security-annotation >` and using
78
78
:ref: `isGranted <best-practices-directly-isGranted >` on the ``security.context ``
79
79
service directly.
@@ -232,8 +232,8 @@ Now, you can use the voter with the ``@Security`` annotation:
232
232
// ...
233
233
}
234
234
235
- You can also use this directly with the ``security.context `` service, or
236
- via the even easier shortcut in a controller:
235
+ You can also use this directly with the ``security.context `` service or via
236
+ the even easier shortcut in a controller:
237
237
238
238
.. code-block :: php
239
239
You can’t perform that action at this time.
0 commit comments