Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e702e0a

Browse filesBrowse 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
Copy full SHA for e702e0a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎configuration.rst

Copy file name to clipboardExpand all lines: configuration.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.