Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Fix the toctree syntax of some content
  be more specific about bool env var processor
  • Loading branch information
javiereguiluz committed Feb 20, 2024
2 parents db2d703 + 155bccb commit 73a995b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions configuration/env_var_processors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ Symfony provides the following env var processors:
};
``env(bool:FOO)``
Casts ``FOO`` to a bool (``true`` values are ``'true'``, ``'on'``, ``'yes'``
and all numbers except ``0`` and ``0.0``; everything else is ``false``):
Casts ``FOO`` to a bool (``true`` values are ``'true'``, ``'on'``, ``'yes'``,
all numbers except ``0`` and ``0.0`` and all numeric strings except ``'0'``
and ``'0.0'``; everything else is ``false``):

.. configuration-block::

Expand Down
5 changes: 4 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ Create your Own Framework

Want to create your own framework based on Symfony?

.. include:: /create_framework/map.rst.inc
.. toctree::
:maxdepth: 2

create_framework/index

0 comments on commit 73a995b

Please sign in to comment.