Skip to content

Commit 22c51a0

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Routing] Fix link text
2 parents 93eae14 + cf13d16 commit 22c51a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

routing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ the ``BlogController``:
151151
152152
.. note::
153153

154-
By default Symfony only loads the routes defined in YAML and PHP format.
155-
If you define routes in XML, you need to
156-
:ref:`update the ``src/Kernel.php`` file <configuration-formats>`.
154+
By default Symfony only loads the routes defined in YAML format. If you
155+
define routes in XML and/or PHP formats, you need to
156+
:ref:`update the src/Kernel.php file <configuration-formats>`.
157157

158158
.. _routing-matching-http-methods:
159159

0 commit comments

Comments
 (0)