Skip to content

Commit 543a05b

Browse files
committed
Merge branch '4.2'
* 4.2: use correct order of code-blocks
2 parents 24c3573 + a2b8c5f commit 543a05b

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)