Skip to content

Commit 653f0ff

Browse files
committed
minor #17522 [Routing] Adding default PHP format (ThomasLandauer)
This PR was merged into the 6.1 branch. Discussion ---------- [Routing] Adding default PHP format Info is taken from #17515 (comment) Commits ------- 483ea42 Adding default PHP format
2 parents b2f2909 + 483ea42 commit 653f0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

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

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

158158
.. _routing-matching-http-methods:

0 commit comments

Comments
 (0)