Skip to content

Commit 3bb7b61

Browse files
committed
feature #4645 Remove note that's no longer the case (thewilkybarkid)
This PR was merged into the 2.3 branch. Discussion ---------- Remove note that's no longer the case | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | symfony/symfony#12972 changes the behaviour so that this note is no longer required. Commits ------- de8b547 Remove note that's no longer the case
2 parents dc87147 + de8b547 commit 3bb7b61

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cookbook/configuration/external_parameters.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ You can now reference these parameters wherever you need them.
9898
)
9999
));
100100
101-
.. note::
102-
103-
Even in debug mode, setting or changing an environment variable
104-
requires your cache to be cleared to make the parameter available.
105-
In debug mode, this is required since only a change to a configuration
106-
file that is loaded by Symfony triggers your configuration to be
107-
re-evaluated.
108-
109101
Constants
110102
---------
111103

0 commit comments

Comments
 (0)