Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 760a441

Browse filesBrowse files
committed
minor #4734 [BestPractices] add missing comma (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [BestPractices] add missing comma | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 46647c1 add missing comma and remove a serial comma
2 parents 8c1afb9 + 46647c1 commit 760a441
Copy full SHA for 760a441

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎best_practices/security.rst

Copy file name to clipboardExpand all lines: best_practices/security.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Authorization (i.e. Denying Access)
7373
-----------------------------------
7474

7575
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
7777
:ref:`@Security annotation <best-practices-security-annotation>` and using
7878
:ref:`isGranted <best-practices-directly-isGranted>` on the ``security.context``
7979
service directly.
@@ -232,8 +232,8 @@ Now, you can use the voter with the ``@Security`` annotation:
232232
// ...
233233
}
234234
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:
237237

238238
.. code-block:: php
239239

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.