diff --git a/configuration/env_var_processors.rst b/configuration/env_var_processors.rst index ceca80957b8..633901dce4c 100644 --- a/configuration/env_var_processors.rst +++ b/configuration/env_var_processors.rst @@ -96,7 +96,7 @@ Symfony provides the following env var processors: ]); ``env(bool:FOO)`` - Casts ``FOO`` to a bool: + Casts ``FOO`` to a bool (true values are `'true'`, `'on'`, `'yes'` and all numers unequal to `0`, everything else is false): .. configuration-block::