Skip to content

Commit 56fe83b

Browse files
okhachiaijaviereguiluz
authored andcommitted
adding the * to .xml in the Conf Env
1 parent 57809fb commit 56fe83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ development), ``prod`` (for production servers) and ``test`` (for
351351
the configuration files in this order (the last files can override the values
352352
set in the previous ones):
353353

354-
#. ``config/packages/*.yaml`` (and ``.xml`` and ``*.php`` files too);
355-
#. ``config/packages/<environment-name>/*.yaml`` (and ``.xml`` and ``*.php`` files too);
354+
#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
355+
#. ``config/packages/<environment-name>/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
356356
#. ``config/packages/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
357357

358358
Take the ``framework`` package, installed by default, as an example:

0 commit comments

Comments
 (0)