8000 Fixed possible new line issue · symfony/symfony-docs@ac5c4b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac5c4b6

Browse files
Toflarwouterj
authored andcommitted
Fixed possible new line issue
1 parent 5becb0a commit ac5c4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dotenv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ environments by passing them as additional arguments to ``Dotenv::loadEnv()``
108108
The ``Dotenv::loadEnv()`` method was introduced in Symfony 4.2.
109109

110110
You should never store a ``.env`` file in your code repository as it might
111-
contain sensitive information; create a ``.env.dist`` file (or multiple environment-
112-
specific ones as shown above) with sensible defaults instead.
111+
contain sensitive information; create a ``.env.dist`` file (or multiple
112+
environment-specific ones as shown above) with sensible defaults instead.
113113

114114
.. note::
115115

0 commit comments

Comments
 (0)
0