Skip to content

Commit

Permalink
Replace type bool and int with boolean and integer, respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
wkania committed Nov 14, 2020
1 parent 21182cf commit 1ad0810
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@ Name of the workflow you want to create.
``audit_trail``
"""""""""""""""

**type**: ``bool``
**type**: ``boolean``

If set to ``true``, the :class:`Symfony\\Component\\Workflow\\EventListener\\AuditTrailListener`
will be enabled.
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/twig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ no specific character is passed as argument to the ``number_format`` filter.
``optimizations``
~~~~~~~~~~~~~~~~~

**type**: ``int`` **default**: ``-1``
**type**: ``integer`` **default**: ``-1``

Twig includes an extension called ``optimizer`` which is enabled by default in
Symfony applications. This extension analyzes the templates to optimize them
Expand Down
2 changes: 1 addition & 1 deletion reference/constraints/Traverse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The ``groups`` option is not available for this constraint.
``traverse``
~~~~~~~~~~~~

**type**: ``bool`` **default**: ``true``
**type**: ``boolean`` **default**: ``true``

Instances of ``\Traversable`` are traversed by default, use this option to
disable validating:
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/timezone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ on your underlying object. Valid values are:
``regions``
~~~~~~~~~~~

**type**: ``int`` **default**: ``\DateTimeZone::ALL``
**type**: ``integer`` **default**: ``\DateTimeZone::ALL``

The available regions in the timezone choice list. For example: ``DateTimeZone::AMERICA | DateTimeZone::EUROPE``

Expand Down

0 comments on commit 1ad0810

Please sign in to comment.