Skip to content

Commit 66759cf

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Routing] Fix link text
2 parents db4474f + 22c51a0 commit 66759cf

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
@@ -159,9 +159,9 @@ the ``BlogController``:
159159
160160
.. note::
161161

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

166166
.. _routing-matching-http-methods:
167167

0 commit comments

Comments
 (0)