We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3096e commit a0b063bCopy full SHA for a0b063b
configuration.rst
@@ -388,7 +388,8 @@ set in the previous ones):
388
#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
389
#. ``config/packages/<environment-name>/*.yaml`` (and ``*.xml`` and ``*.php`` files too);
390
#. ``config/services.yaml`` (and ``services.xml`` and ``services.php`` files too);
391
-#. ``config/services_<environment-name>.yaml`` (and ``services_environment-name.xml`` and ``services_environment-name.php`` files too);
+#. ``config/services_<environment-name>.yaml`` (and ``services_<environment-name>.xml``
392
+ and ``services_<environment-name>.php`` files too).
393
394
Take the ``framework`` package, installed by default, as an example:
395
0 commit comments