Skip to content

Commit 9d7a962

Browse files
committed
Merge branch '5.1'
* 5.1: Removed 4.4 versionadded directive
2 parents 79636a4 + 728c3b7 commit 9d7a962

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configuration.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,6 @@ Define a default value in case the environment variable is not set:
576576
DB_USER=
577577
DB_PASS=${DB_USER:-root}pass # results in DB_PASS=rootpass
578578
579-
.. versionadded:: 4.4
580-
581-
The support for default values has been introduced in Symfony 4.4.
582-
583579
Embed commands via ``$()`` (not supported on Windows):
584580

585581
.. code-block:: bash

0 commit comments

Comments
 (0)