We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53aba3f commit 880b116Copy full SHA for 880b116
components/dotenv.rst
@@ -152,10 +152,6 @@ Define a default value in case the environment variable is not set:
152
DB_USER=
153
DB_PASS=${DB_USER:-root}pass # results in DB_PASS=rootpass
154
155
-.. versionadded:: 4.4
156
-
157
- The support for default values has been introduced in Symfony 4.4.
158
159
Embed commands via ``$()`` (not supported on Windows):
160
161
.. code-block:: terminal
0 commit comments