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.
2 parents 17e9b07 + 5c281ed commit 728c3b7Copy full SHA for 728c3b7
configuration.rst
@@ -576,10 +576,6 @@ Define a default value in case the environment variable is not set:
576
DB_USER=
577
DB_PASS=${DB_USER:-root}pass # results in DB_PASS=rootpass
578
579
-.. versionadded:: 4.4
580
-
581
- The support for default values has been introduced in Symfony 4.4.
582
583
Embed commands via ``$()`` (not supported on Windows):
584
585
.. code-block:: bash
0 commit comments