diff --git a/reference/configuration/twig.rst b/reference/configuration/twig.rst index 92d0c2b9825..373d9866da8 100644 --- a/reference/configuration/twig.rst +++ b/reference/configuration/twig.rst @@ -51,7 +51,7 @@ TwigBundle Configuration ("twig") cache: '%kernel.cache_dir%/twig' charset: '%kernel.charset%' debug: '%kernel.debug%' - strict_variables: ~ + strict_variables: '%kernel.debug%' auto_reload: ~ optimizations: ~ default_path: '%kernel.project_dir%/templates'