Skip to content

Commit 486d495

Browse files
committed
review: add versionadded directive
1 parent 153c95d commit 486d495

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configuration/env_var_processors.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ Symfony provides the following env var processors:
137137
]);
138138
139139
``env(not:FOO)``
140+
141+
.. versionadded:: 5.3
142+
143+
The ``not:`` env var processor was introduced in Symfony 5.3.
144+
140145
Casts ``FOO`` to a bool (just as ``env(bool:...)`` does) except it returns the inverted value
141146
(falsy values are returned as ``true``, truthy values are returned as ``false``):
142147

0 commit comments

Comments
 (0)