Commit ca797c09 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo

parent adace223
...@@ -32,7 +32,7 @@ class TwigExtension implements ExtensionInterface ...@@ -32,7 +32,7 @@ class TwigExtension implements ExtensionInterface
array( array(
'charset' => $app['charset'], 'charset' => $app['charset'],
'debug' => $app['debug'], 'debug' => $app['debug'],
'strict_variables' => !$app['debug'], 'strict_variables' => $app['debug'],
), ),
isset($app['twig.options']) ? $app['twig.options'] : array() isset($app['twig.options']) ? $app['twig.options'] : array()
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment