We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2a8397 + 7b8486a commit b7ff23fCopy full SHA for b7ff23f
reference/configuration/twig.rst
@@ -56,7 +56,7 @@ Configuration
56
auto_reload
57
~~~~~~~~~~~
58
59
-**type**: ``boolean`` **default**: ``'%kernel.debug%'``
+**type**: ``boolean`` **default**: ``%kernel.debug%``
60
61
If ``true``, whenever a template is rendered, Symfony checks first if its source
62
code has changed since it was compiled. If it has changed, the template is
@@ -176,7 +176,7 @@ specific timezone is passed as argument.
176
debug
177
~~~~~
178
179
180
181
If ``true``, the compiled templates include a ``__toString()`` method that can
182
be used to display their nodes.
0 commit comments