Skip to content

Commit 7f56c20

Browse files
committed
minor symfony#3501 [Security] Fix markup (tyx)
This PR was merged into the 2.3 branch. Discussion ---------- [Security] Fix markup | Q | A | ------------- | --- | Doc fix? | Yes | New docs? | No | Applies to | all Commits ------- 72179cb [Security] fix markup
2 parents 80a90ba + 72179cb commit 7f56c20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

book/security.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -768,13 +768,13 @@ is used to enforce access.
768768
Each ``access_control`` has several options that configure two different
769769
things:
770770

771-
* (a) :ref:`should the incoming request match this access control entry <security-book-access-control-matching-options>`
772-
* (b) :ref:`once it matches, should some sort of access restriction be enforced <security-book-access-control-enforcement-options>`:
771+
#. :ref:`should the incoming request match this access control entry <security-book-access-control-matching-options>`
772+
#. :ref:`once it matches, should some sort of access restriction be enforced <security-book-access-control-enforcement-options>`:
773773

774774
.. _security-book-access-control-matching-options:
775775

776-
(a) Matching Options
777-
....................
776+
1. Matching Options
777+
...................
778778

779779
Symfony2 creates an instance of :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher`
780780
for each ``access_control`` entry, which determines whether or not a given
@@ -869,8 +869,8 @@ will match any ``ip``, ``host`` or ``method``:
869869

870870
.. _security-book-access-control-enforcement-options:
871871

872-
(b) Access Enforcement
873-
......................
872+
2. Access Enforcement
873+
.....................
874874

875875
Once Symfony2 has decided which ``access_control`` entry matches (if any),
876876
it then *enforces* access restrictions based on the ``roles`` and ``requires_channel``

0 commit comments

Comments
 (0)