@@ -87,7 +87,7 @@ http_method_override
8787.. versionadded :: 2.3
8888 The ``http_method_override `` option was introduced in Symfony 2.3.
8989
90- **type **: ``Boolean `` **default **: ``true ``
90+ **type **: ``boolean `` **default **: ``true ``
9191
9292This determines whether the ``_method `` request parameter is used as the intended
9393HTTP method on POST requests. If enabled, the
@@ -176,7 +176,7 @@ is set, then the ``ide`` option will be ignored.
176176test
177177~~~~
178178
179- **type **: ``Boolean ``
179+ **type **: ``boolean ``
180180
181181If this configuration parameter is present (and not ``false ``), then the
182182services related to testing your application (e.g. ``test.client ``) are loaded.
@@ -321,14 +321,14 @@ to the cookie specification.
321321cookie_secure
322322.............
323323
324- **type **: ``Boolean `` **default **: ``false ``
324+ **type **: ``boolean `` **default **: ``false ``
325325
326326This determines whether cookies should only be sent over secure connections.
327327
328328cookie_httponly
329329...............
330330
331- **type **: ``Boolean `` **default **: ``false ``
331+ **type **: ``boolean `` **default **: ``false ``
332332
333333This determines whether cookies should only be accessible through the HTTP protocol.
334334This 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
641641enable_annotations
642642..................
643643
644- **type **: ``Boolean `` **default **: ``false ``
644+ **type **: ``boolean `` **default **: ``false ``
645645
646646If this option is enabled, validation constraints can be defined using annotations.
647647
0 commit comments