8000 Replace type bool and int with boolean and integer, respectively · symfony/symfony-docs@1ad0810 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ad0810

Browse files
committed
Replace type bool and int with boolean and integer, respectively
1 parent 21182cf commit 1ad0810

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ Name of the workflow you want to create.
24332433
``audit_trail``
24342434
"""""""""""""""
24352435

2436-
**type**: ``bool``
2436+
**type**: ``boolean``
24372437

24382438
If set to ``true``, the :class:`Symfony\\Component\\Workflow\\EventListener\\AuditTrailListener`
24392439
will be enabled.

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ no specific character is passed as argument to the ``number_format`` filter.
230230
``optimizations``
231231
~~~~~~~~~~~~~~~~~
232232

233-
**type**: ``int`` **default**: ``-1``
233+
**type**: ``integer`` **default**: ``-1``
234234

235235
Twig includes an extension called ``optimizer`` which is enabled by default in
236236
Symfony applications. This extension analyzes the templates to optimize them

reference/constraints/Traverse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The ``groups`` option is not available for this constraint.
148148
``traverse``
149149
~~~~~~~~~~~~
150150

151-
**type**: ``bool`` **default**: ``true``
151+
**type**: ``boolean`` **default**: ``true``
152152

153153
Instances of ``\Traversable`` are traversed by default, use this option to
154154
disable validating:

reference/forms/types/timezone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ on your underlying object. Valid values are:
6666
``regions``
6767
~~~~~~~~~~~
6868

69-
**type**: ``int`` **default**: ``\DateTimeZone::ALL``
69+
**type**: ``integer`` **default**: ``\DateTimeZone::ALL``
7070

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

0 commit comments

Comments
 (0)
0