We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd6086 commit bf8c18dCopy full SHA for bf8c18d
configuration.rst
@@ -63,9 +63,9 @@ shown in these three formats.
63
.. versionadded:: 5.1
64
65
Starting from Symfony 5.1, by default Symfony only loads the configuration
66
- files defined in YAML format. If you configuration in XML and/or PHP formats,
67
- update the ``src/Kernel.php`` file to add support for the ``.xml`` and ``.php``
68
- file extensions.
+ files defined in YAML format. If you define configuration in XML and/or PHP
+ formats, update the ``src/Kernel.php`` file to add support for the ``.xml``
+ and ``.php`` file extensions.
69
70
There isn't any practical difference between formats. In fact, Symfony
71
transforms and caches all of them into PHP before running the application, so
0 commit comments