@@ -72,7 +72,7 @@ http_method_override
72
72
.. versionadded :: 2.3
73
73
The ``http_method_override `` option was introduced in Symfony 2.3.
74
74
75
- **type **: ``Boolean `` **default **: ``true ``
75
+ **type **: ``boolean `` **default **: ``true ``
76
76
77
77
This determines whether the ``_method `` request parameter is used as the intended
78
78
HTTP method on POST requests. If enabled, the
@@ -143,7 +143,7 @@ is set, then the ``ide`` option will be ignored.
143
143
test
144
144
~~~~
145
145
146
- **type **: ``Boolean ``
146
+ **type **: ``boolean ``
147
147
148
148
If this configuration parameter is present (and not ``false ``), then the
149
149
services related to testing your application (e.g. ``test.client ``) are loaded.
@@ -251,14 +251,14 @@ to the cookie specification.
251
251
cookie_secure
252
252
.............
253
253
254
- **type **: ``Boolean `` **default **: ``false ``
254
+ **type **: ``boolean `` **default **: ``false ``
255
255
256
256
This determines whether cookies should only be sent over secure connections.
257
257
258
258
cookie_httponly
259
259
...............
260
260
261
- **type **: ``Boolean `` **default **: ``false ``
261
+ **type **: ``boolean `` **default **: ``false ``
262
262
263
263
This determines whether cookies should only be accessible through the HTTP protocol.
264
264
This means that the cookie won't be accessible by scripting languages, such
@@ -552,7 +552,7 @@ to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInt
552
552
enable_annotations
553
553
..................
554
554
555
- **type **: ``Boolean `` **default **: ``false ``
555
+ **type **: ``boolean `` **default **: ``false ``
556
556
557
557
If this option is enabled, validation constraints can be defined using annotations.
558
558
0 commit comments