Skip to content

Commit 4d84a69

Browse files
committed
kernel.debug is a boolean, not a string
1 parent d95afaf commit 4d84a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/twig.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Configuration
5555
auto_reload
5656
~~~~~~~~~~~
5757

58-
**type**: ``boolean`` **default**: ``'%kernel.debug%'``
58+
**type**: ``boolean`` **default**: ``%kernel.debug%``
5959

6060
If ``true``, whenever a template is rendered, Symfony checks first if its source
6161
code has changed since it was compiled. If it has changed, the template is
@@ -174,7 +174,7 @@ specific timezone is passed as argument.
174174
debug
175175
~~~~~
176176

177-
**type**: ``boolean`` **default**: ``'%kernel.debug%'``
177+
**type**: ``boolean`` **default**: ``%kernel.debug%``
178178

179179
If ``true``, the compiled templates include a ``__toString()`` method that can
180180
be used to display their nodes.

0 commit comments

Comments
 (0)