File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ development), ``prod`` (for production servers) and ``test`` (for
351
351
the configuration files in this order (the last files can override the values
352
352
set in the previous ones):
353
353
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);
356
356
#. ``config/packages/services.yaml `` (and ``services.xml `` and ``services.php `` files too);
357
357
358
358
Take the ``framework `` package, installed by default, as an example:
You can’t perform that action at this time.
0 commit comments