File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -96,19 +96,20 @@ configuration settings for your environments, each of them can be adjusted by us
9696
9797.. note ::
9898
99- ``.env.local `` is always ignored in ``test `` env because tests should produce the
99+ ``.env.local `` is always ignored in ``test `` environment because tests should produce the
100100 same results for everyone.
101101
102102You can adjust the variable defining the environment, default environment and test
103103environments by passing them as additional arguments to ``Dotenv::loadEnv() ``
104104(see :method: `Symfony\\ Component\\ Dotenv::loadEnv ` for details).
105105
106106.. versionadded :: 4.2
107+
107108 The ``Dotenv::loadEnv() `` method was introduced in Symfony 4.2.
108109
109110You should never store a ``.env `` file in your code repository as it might
110- contain sensitive information; create a ``.env.dist `` (or multiple environment-
111- specific ones as shown above) file with sensible defaults instead.
111+ contain sensitive information; create a ``.env.dist `` file (or multiple environment-
112+ specific ones as shown above) with sensible defaults instead.
112113
113114.. note ::
114115
You can’t perform that action at this time.
0 commit comments