@@ -66,23 +66,23 @@ public function __construct($options = array()) {
6666
6767 // add the paths to the filesystem loader if the paths existed
6868 if (count ($ filesystemLoaderPaths ) > 0 ) {
69- $ loaders [] = new \Twig_Loader_Filesystem ($ filesystemLoaderPaths );
69+ $ loaders [] = new \Twig_Loader_Filesystem ($ filesystemLoaderPaths );
7070 }
7171
72- $ loaders [] = new \Twig_Loader_String ();
72+ $ loaders [] = new \Twig_Loader_String ();
7373
7474 // set-up Twig
75- $ twigLoader = new \Twig_Loader_Chain ($ loaders );
76- $ this ->instance = new \Twig_Environment ($ twigLoader , array ("debug " => $ twigDebug , "autoescape " => $ twigAutoescape ));
75+ $ twigLoader = new \Twig_Loader_Chain ($ loaders );
76+ $ this ->instance = new \Twig_Environment ($ twigLoader , array ("debug " => $ twigDebug , "autoescape " => $ twigAutoescape ));
7777
7878 // customize Twig
79- $ this ->instance = TwigUtil::loadFilters ($ this ->instance );
80- $ this ->instance = TwigUtil::loadFunctions ($ this ->instance );
81- $ this ->instance = TwigUtil::loadTags ($ this ->instance );
82- $ this ->instance = TwigUtil::loadTests ($ this ->instance );
83- $ this ->instance = TwigUtil::loadDateFormats ($ this ->instance );
84- $ this ->instance = TwigUtil::loadDebug ($ this ->instance );
85- $ this ->instance = TwigUtil::loadMacros ($ this ->instance );
79+ $ this ->instance = TwigUtil::loadFilters ($ this ->instance );
80+ $ this ->instance = TwigUtil::loadFunctions ($ this ->instance );
81+ $ this ->instance = TwigUtil::loadTags ($ this ->instance );
82+ $ this ->instance = TwigUtil::loadTests ($ this ->instance );
83+ $ this ->instance = TwigUtil::loadDateFormats ($ this ->instance );
84+ $ this ->instance = TwigUtil::loadDebug ($ this ->instance );
85+ $ this ->instance = TwigUtil::loadMacros ($ this ->instance );
8686
8787 // add node visitor
8888 $ this ->instance ->addNodeVisitor (new PatternDataNodeVisitor ());
0 commit comments