Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85ba363

Browse files
committedFeb 20, 2024
Reword
1 parent 8e3a0f4 commit 85ba363

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎configuration/env_var_processors.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ Symfony provides the following env var processors:
104104
};
105105
106106
``env(bool:FOO)``
107-
Casts ``FOO`` to a bool (``true`` values are ``'true'``, ``'on'``, ``'yes'``
108-
and all numbers (also of a string type) except ``0`` and ``0.0``; everything else is ``false``):
107+
Casts ``FOO`` to a bool (``true`` values are ``'true'``, ``'on'``, ``'yes'``,
108+
all numbers except ``0`` and ``0.0`` and all numeric strings except ``'0'``
109+
and ``'0.0'``; everything else is ``false``):
109110

110111
.. configuration-block::
111112

0 commit comments

Comments
 (0)
Please sign in to comment.