Skip to content

Commit 68ba2e7

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix: small typo
2 parents f8ea3a7 + 543ec6e commit 68ba2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/env_var_processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ Symfony provides the following env var processors:
787787
The ``env(enum:...)`` env var processor was introduced in Symfony 6.2.
788788

789789
``env(defined:NO_FOO)``
790-
Evaluates to ``true`` if the env var exists and its value is from ``''``
790+
Evaluates to ``true`` if the env var exists and its value is not ``''``
791791
(an empty string) or ``null``; it returns ``false`` otherwise.
792792

793793
.. configuration-block::

0 commit comments

Comments
 (0)