File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2433,7 +2433,7 @@ Name of the workflow you want to create.
2433
2433
``audit_trail ``
2434
2434
"""""""""""""""
2435
2435
2436
- **type **: ``bool ``
2436
+ **type **: ``boolean ``
2437
2437
2438
2438
If set to ``true ``, the :class: `Symfony\\ Component\\ Workflow\\ EventListener\\ AuditTrailListener `
2439
2439
will be enabled.
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ no specific character is passed as argument to the ``number_format`` filter.
230
230
``optimizations ``
231
231
~~~~~~~~~~~~~~~~~
232
232
233
- **type **: ``int `` **default **: ``-1 ``
233
+ **type **: ``integer `` **default **: ``-1 ``
234
234
235
235
Twig includes an extension called ``optimizer `` which is enabled by default in
236
236
Symfony applications. This extension analyzes the templates to optimize them
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ The ``groups`` option is not available for this constraint.
148
148
``traverse ``
149
149
~~~~~~~~~~~~
150
150
151
- **type **: ``bool `` **default **: ``true ``
151
+ **type **: ``boolean `` **default **: ``true ``
152
152
153
153
Instances of ``\Traversable `` are traversed by default, use this option to
154
154
disable validating:
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ on your underlying object. Valid values are:
66
66
``regions ``
67
67
~~~~~~~~~~~
68
68
69
- **type **: ``int `` **default **: ``\DateTimeZone::ALL ``
69
+ **type **: ``integer `` **default **: ``\DateTimeZone::ALL ``
70
70
71
71
The available regions in the timezone choice list. For example: ``DateTimeZone::AMERICA | DateTimeZone::EUROPE ``
72
72
You can’t perform that action at this time.
0 commit comments