Skip to content

Commit a2b8c5f

Browse files
committed
minor #11194 use correct order of code-blocks (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- use correct order of code-blocks <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8c09d02 use correct order of code-blocks
2 parents 06d83cd + 8c09d02 commit a2b8c5f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

security.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -795,13 +795,6 @@ Next, you'll need to create a route for this URL (but not a controller):
795795

796796
.. configuration-block::
797797

798-
.. code-block:: yaml
799-
800-
# config/routes.yaml
801-
app_logout:
802-
path: /logout
803-
methods: GET
804-
805798
.. code-block:: php-annotations
806799
807800
// src/Controller/SecurityController.php
@@ -822,6 +815,13 @@ Next, you'll need to create a route for this URL (but not a controller):
822815
}
823816
}
824817
818+
.. code-block:: yaml
819+
820+
# config/routes.yaml
821+
app_logout:
822+
path: /logout
823+
methods: GET
824+
825825
.. code-block:: xml
826826
827827
<!-- config/routes.xml -->

0 commit comments

Comments
 (0)