Skip to content

Commit 5d49539

Browse files
Toflarwouterj
authored andcommitted
Minor tweaks
1 parent c164e73 commit 5d49539

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/dotenv.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

102102
You can adjust the variable defining the environment, default environment and test
103103
environments 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

109110
You 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

0 commit comments

Comments
 (0)