Skip to content

Commit da74408

Browse files
committed
Minor
1 parent d84c04c commit da74408

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

reference/configuration/framework.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ outgoing network interface.
829829
buffer
830830
......
831831

832-
**type**: ``bool`` | ``Closure``
832+
**type**: ``boolean`` | ``Closure``
833833

834834
Buffering the response means that you can access its content multiple times
835835
without performing the request again. Buffering is enabled by default when the
@@ -2960,7 +2960,7 @@ Name of the workflow you want to create.
29602960
audit_trail
29612961
"""""""""""
29622962

2963-
**type**: ``bool``
2963+
**type**: ``boolean``
29642964

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

reference/configuration/twig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ no specific character is passed as argument to the ``number_format`` filter.
318318
optimizations
319319
~~~~~~~~~~~~~
320320

321-
**type**: ``int`` **default**: ``-1``
321+
**type**: ``integer`` **default**: ``-1``
322322

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

reference/constraints/NotBlank.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Options
8585
allowNull
8686
~~~~~~~~~
8787

88-
**type**: ``bool`` **default**: ``false``
88+
**type**: ``boolean`` **default**: ``false``
8989

9090
If set to ``true``, ``null`` values are considered valid and won't trigger a
9191
constraint violation.

reference/constraints/Traverse.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The ``groups`` option is not available for this constraint.
146146
``traverse``
147147
~~~~~~~~~~~~
148148

149-
**type**: ``bool`` **default**: ``true``
149+
**type**: ``boolean`` **default**: ``true``
150150

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

reference/forms/types/options/help_html.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
help_html
22
~~~~~~~~~
33

4-
**type**: ``bool`` **default**: ``false``
4+
**type**: ``boolean`` **default**: ``false``
55

66
By default, the contents of the ``help`` option are escaped before rendering
77
them in the template. Set this option to ``true`` to not escape them, which is

reference/forms/types/timezone.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ with the ``choice_translation_locale`` option.
101101
``regions``
102102
~~~~~~~~~~~
103103

104-
**type**: ``int`` **default**: ``\DateTimeZone::ALL``
104+
**type**: ``integer`` **default**: ``\DateTimeZone::ALL``
105105

106106
.. deprecated:: 4.2
107107

0 commit comments

Comments
 (0)