Skip to content

Commit 6040479

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)