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.
1 parent 77da86e commit 543ec6eCopy full SHA for 543ec6e
configuration/env_var_processors.rst
@@ -787,7 +787,7 @@ Symfony provides the following env var processors:
787
The ``env(enum:...)`` env var processor was introduced in Symfony 6.2.
788
789
``env(defined:NO_FOO)``
790
- Evaluates to ``true`` if the env var exists and its value differs from ``''``
+ Evaluates to ``true`` if the env var exists and its value is not ``''``
791
(an empty string) or ``null``; it returns ``false`` otherwise.
792
793
.. configuration-block::
0 commit comments