8000
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.
2 parents 7f31c49 + 91cd0ea commit 77da86eCopy full SHA for 77da86e
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
546D ``env(defined:NO_FOO)``
790
- Evaluates to ``true`` if the env var exists and its value is from ``''``
+ Evaluates to ``true`` if the env var exists and its value differs from ``''``
791
(an empty string) or ``null``; it returns ``false`` otherwise.
792
793
.. configuration-block::
0 commit comments