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.
1 parent d95afaf commit 4d84a69Copy full SHA for 4d84a69
reference/configuration/twig.rst
@@ -55,7 +55,7 @@ Configuration
55
auto_reload
56
~~~~~~~~~~~
57
58
-**type**: ``boolean`` **default**: ``'%kernel.debug%'``
+**type**: ``boolean`` **default**: ``%kernel.debug%``
59
60
If ``true``, whenever a template is rendered, Symfony checks first if its source
61
code has changed since it was compiled. If it has changed, the template is
@@ -174,7 +174,7 @@ specific timezone is passed as argument.
174
debug
175
~~~~~
176
177
178
179
If ``true``, the compiled templates include a ``__toString()`` method that can
180
be used to display their nodes.
0 commit comments