8000 Minor reword · symfony/symfony-docs@543ec6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 543ec6e

Browse files
committed
Minor reword
1 parent 77da86e commit 543ec6e

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 differs 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)
0