Skip to content

Commit 56d4cce

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: kernel.debug is a boolean, not a string
2 parents 47850e4 + b7ff23f commit 56d4cce

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
@@ -56,7 +56,7 @@ Configuration
5656
auto_reload
5757
~~~~~~~~~~~
5858

59-
**type**: ``boolean`` **default**: ``'%kernel.debug%'``
59+
**type**: ``boolean`` **default**: ``%kernel.debug%``
6060

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

179-
**type**: ``boolean`` **default**: ``'%kernel.debug%'``
179+
**type**: ``boolean`` **default**: ``%kernel.debug%``
180180

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

0 commit comments

Comments
 (0)