Skip to content

Commit 4a3a09f

Browse files
Adding default PHP format
Info is taken from #17515 (comment)
1 parent 05d37b8 commit 4a3a09f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

routing.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +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, update the ``src/Kernel.php`` file
156-
to add support for the ``.xml`` and ``.php`` file extensions.
154+
By default Symfony only loads the routes defined in YAML and PHP format. If you
155+
define routes in XML, you need to update the ``src/Kernel.php`` file.
157156

158157
.. _routing-matching-http-methods:
159158

0 commit comments

Comments
 (0)