Skip to content

Commit 880b116

Browse files
committed
Remove old versionadded directive. refs #11956
1 parent 53aba3f commit 880b116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/dotenv.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ Define a default value in case the environment variable is not set:
152152
DB_USER=
153153
DB_PASS=${DB_USER:-root}pass # results in DB_PASS=rootpass
154154
155-
.. versionadded:: 4.4
156-
157-
The support for default values has been introduced in Symfony 4.4.
158-
159155
Embed commands via ``$()`` (not supported on Windows):
160156

161157
.. code-block:: terminal

0 commit comments

Comments
 (0)