Skip to content

Commit 85ba363

Browse files
committed
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

+3-2
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)