File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ outgoing network interface.
829829buffer
830830......
831831
832- **type **: ``bool `` | ``Closure ``
832+ **type **: ``boolean `` | ``Closure ``
833833
834834Buffering the response means that you can access its content multiple times
835835without performing the request again. Buffering is enabled by default when the
@@ -2960,7 +2960,7 @@ Name of the workflow you want to create.
29602960audit_trail
29612961"""""""""""
29622962
2963- **type **: ``bool ``
2963+ **type **: ``boolean ``
29642964
29652965If set to ``true ``, the :class: `Symfony\\ Component\\ Workflow\\ EventListener\\ AuditTrailListener `
29662966will 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.
318318optimizations
319319~~~~~~~~~~~~~
320320
321- **type **: ``int `` **default **: ``-1 ``
321+ **type **: ``integer `` **default **: ``-1 ``
322322
323323Twig includes an extension called ``optimizer `` which is enabled by default in
324324Symfony applications. This extension analyzes the templates to optimize them
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Options
8585allowNull
8686~~~~~~~~~
8787
88- **type **: ``bool `` **default **: ``false ``
88+ **type **: ``boolean `` **default **: ``false ``
8989
9090If set to ``true ``, ``null `` values are considered valid and won't trigger a
9191constraint violation.
Original file line number Diff line number Diff 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
151151Instances of ``\Traversable `` are traversed by default, use this option to
152152disable validating:
Original file line number Diff line number Diff line change 11help_html
22~~~~~~~~~
33
4- **type**: ``bool `` **default **: ``false ``
4+ **type **: ``boolean `` **default**: ``false``
55
66By default, the contents of the ``help`` option are escaped before rendering
77them 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.
101101``regions ``
102102~~~~~~~~~~~
103103
104- **type **: ``int `` **default **: ``\DateTimeZone::ALL ``
104+ **type **: ``integer `` **default **: ``\DateTimeZone::ALL ``
105105
106106.. deprecated :: 4.2
107107
You can’t perform that action at this time.
0 commit comments