File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ outgoing network interface.
829
829
buffer
830
830
......
831
831
832
- **type **: ``bool `` | ``Closure ``
832
+ **type **: ``boolean `` | ``Closure ``
833
833
834
834
Buffering the response means that you can access its content multiple times
835
835
without performing the request again. Buffering is enabled by default when the
@@ -2960,7 +2960,7 @@ Name of the workflow you want to create.
2960
2960
audit_trail
2961
2961
"""""""""""
2962
2962
2963
- **type **: ``bool ``
2963
+ **type **: ``boolean ``
2964
2964
2965
2965
If set to ``true ``, the :class: `Symfony\\ Component\\ Workflow\\ EventListener\\ AuditTrailListener `
2966
2966
will be enabled.
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ no specific character is passed as argument to the ``number_format`` filter.
318
318
optimizations
319
319
~~~~~~~~~~~~~
320
320
321
- **type **: ``int `` **default **: ``-1 ``
321
+ **type **: ``integer `` **default **: ``-1 ``
322
322
323
323
Twig includes an extension called ``optimizer `` which is enabled by default in
324
324
Symfony applications. This extension analyzes the templates to optimize them
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Options
85
85
allowNull
86
86
~~~~~~~~~
87
87
88
- **type **: ``bool `` **default **: ``false ``
88
+ **type **: ``boolean `` **default **: ``false ``
89
89
90
90
If set to ``true ``, ``null `` values are considered valid and won't trigger a
91
91
constraint violation.
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ The ``groups`` option is not available for this constraint.
146
146
``traverse ``
147
147
~~~~~~~~~~~~
148
148
149
- **type **: ``bool `` **default **: ``true ``
149
+ **type **: ``boolean `` **default **: ``true ``
150
150
151
151
Instances of ``\Traversable `` are traversed by default, use this option to
152
152
disable validating:
Original file line number Diff line number Diff line change 1
1
help_html
2
2
~~~~~~~~~
3
3
4
- **type**: ``bool `` **default **: ``false ``
4
+ **type **: ``boolean `` **default**: ``false``
5
5
6
6
By default, the contents of the ``help`` option are escaped before rendering
7
7
them in the template. Set this option to ``true`` to not escape them, which is
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ with the ``choice_translation_locale`` option.
101
101
``regions ``
102
102
~~~~~~~~~~~
103
103
104
- **type **: ``int `` **default **: ``\DateTimeZone::ALL ``
104
+ **type **: ``integer `` **default **: ``\DateTimeZone::ALL ``
105
105
106
106
.. deprecated :: 4.2
107
107
You can’t perform that action at this time.
0 commit comments