8000 fix: small typo · symfony/symfony-docs@91cd0ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 91cd0ea

Browse files
authored
fix: small typo
1 parent 7f31c49 commit 91cd0ea

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 differs from ``''``
791791
(an empty string) or ``null``; it returns ``false`` otherwise.
792792

793793
.. configuration-block::

0 commit comments

Comments
 (0)
0