From 483ea4239f6e0cfeb807390a1cfe141c211355af Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 6 Dec 2022 17:52:01 +0100 Subject: [PATCH] Adding default PHP format Info is taken from https://github.com/symfony/symfony-docs/pull/17515#issuecomment-1339189865 --- routing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing.rst b/routing.rst index 7dfdd791eb5..987018a76e7 100644 --- a/routing.rst +++ b/routing.rst @@ -151,8 +151,8 @@ the ``BlogController``: .. note:: - By default Symfony only loads the routes defined in YAML format. If you - define routes in XML and/or PHP formats, you need to + By default Symfony only loads the routes defined in YAML and PHP format. + If you define routes in XML, you need to :ref:`update the ``src/Kernel.php`` file `. .. _routing-matching-http-methods: