Skip to content

Commit

Permalink
feature #4645 Remove note that's no longer the case (thewilkybarkid)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jan 30, 2015
2 parents dc87147 + de8b547 commit 3bb7b61
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cookbook/configuration/external_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ You can now reference these parameters wherever you need them.
)
));
.. note::

Even in debug mode, setting or changing an environment variable
requires your cache to be cleared to make the parameter available.
In debug mode, this is required since only a change to a configuration
file that is loaded by Symfony triggers your configuration to be
re-evaluated.

Constants
---------

Expand Down

0 comments on commit 3bb7b61

Please sign in to comment.