Skip to content

Commit e702e0a

Browse files
committed
minor #12939 adding the * to .xml in the Conf Env (geekdoos)
This PR was submitted for the 5.0 branch but it was merged into the 4.3 branch instead (closes #12939). Discussion ---------- adding the * to .xml in the Conf Env <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 56fe83b adding the * to .xml in the Conf Env
2 parents 57809fb + 56fe83b commit e702e0a

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)