@@ -87,7 +87,7 @@ http_method_override
87
87
.. versionadded :: 2.3
88
88
The ``http_method_override `` option was introduced in Symfony 2.3.
89
89
90
- **type **: ``Boolean `` **default **: ``true ``
90
+ **type **: ``boolean `` **default **: ``true ``
91
91
92
92
This determines whether the ``_method `` request parameter is used as the intended
93
93
HTTP method on POST requests. If enabled, the
@@ -176,7 +176,7 @@ is set, then the ``ide`` option will be ignored.
176
176
test
177
177
~~~~
178
178
179
- **type **: ``Boolean ``
179
+ **type **: ``boolean ``
180
180
181
181
If this configuration parameter is present (and not ``false ``), then the
182
182
services related to testing your application (e.g. ``test.client ``) are loaded.
@@ -321,14 +321,14 @@ to the cookie specification.
321
321
cookie_secure
322
322
.............
323
323
324
- **type **: ``Boolean `` **default **: ``false ``
324
+ **type **: ``boolean `` **default **: ``false ``
325
325
326
326
This determines whether cookies should only be sent over secure connections.
327
327
328
328
cookie_httponly
329
329
...............
330
330
331
- **type **: ``Boolean `` **default **: ``false ``
331
+ **type **: ``boolean `` **default **: ``false ``
332
332
333
333
This determines whether cookies should only be accessible through the HTTP protocol.
334
334
This means that the cookie won't be accessible by scripting languages, such
@@ -641,7 +641,7 @@ to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInt
641
641
enable_annotations
642
642
..................
643
643
644
- **type **: ``Boolean `` **default **: ``false ``
644
+ **type **: ``boolean `` **default **: ``false ``
645
645
646
646
If this option is enabled, validation constraints can be defined using annotations.
647
647
0 commit comments