File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/PatternLab/PatternEngine/Twig/Loaders Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function __construct($options = array()) {
6363 $ dispatcherInstance ->dispatch ("twigLoader.customize " );
6464 $ dispatcherInstance ->dispatch ("twigFilesystemLoader.customize " );
6565
66- // add node visitor
66+ // get the instance
6767 $ this ->instance = TwigUtil::getInstance ();
6868
6969 }
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function __construct($options = array()) {
9393 $ dispatcherInstance ->dispatch ("twigLoader.customize " );
9494 $ dispatcherInstance ->dispatch ("twigPatternLoader.customize " );
9595
96- // add node visitor
96+ // get the instance
9797 $ this ->instance = TwigUtil::getInstance ();
9898
9999 }
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function __construct($options = array()) {
6969 $ dispatcherInstance ->dispatch ("twigLoader.customize " );
7070 $ dispatcherInstance ->dispatch ("twigStringLoader.customize " );
7171
72- // add node visitor
72+ // get the instance
7373 $ this ->instance = TwigUtil::getInstance ();
7474
7575 }
You can’t perform that action at this time.
0 commit comments