Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7ff23f

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: kernel.debug is a boolean, not a string
2 parents e2a8397 + 7b8486a commit b7ff23f

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)