Skip to content

Commit bf8c18d

Browse files
committed
-
1 parent 5dd6086 commit bf8c18d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ shown in these three formats.
6363
.. versionadded:: 5.1
6464

6565
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.
66+
files defined in YAML format. If you define configuration in XML and/or PHP
67+
formats, update the ``src/Kernel.php`` file to add support for the ``.xml``
68+
and ``.php`` file extensions.
6969

7070
There isn't any practical difference between formats. In fact, Symfony
7171
transforms and caches all of them into PHP before running the application, so

0 commit comments

Comments
 (0)