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.
1 parent 7f31c49 commit 91cd0eaCopy full SHA for 91cd0ea
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 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