From 56fe83b3a41759fdc4a4ec96048d57fdf7beec7c Mon Sep 17 00:00:00 2001 From: KHACHIAI Oussama Date: Tue, 14 Jan 2020 09:57:30 +0100 Subject: [PATCH] adding the * to .xml in the Conf Env --- configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.rst b/configuration.rst index d658714e4b3..8fe6169b8ec 100644 --- a/configuration.rst +++ b/configuration.rst @@ -351,8 +351,8 @@ development), ``prod`` (for production servers) and ``test`` (for the configuration files in this order (the last files can override the values set in the previous ones): -#. ``config/packages/*.yaml`` (and ``.xml`` and ``*.php`` files too); -#. ``config/packages//*.yaml`` (and ``.xml`` and ``*.php`` files too); +#. ``config/packages/*.yaml`` (and ``*.xml`` and ``*.php`` files too); +#. ``config/packages//*.yaml`` (and ``*.xml`` and ``*.php`` files too); #. ``config/packages/services.yaml`` (and ``services.xml`` and ``services.php`` files too); Take the ``framework`` package, installed by default, as an example: