Completed
Push — master ( faecd2...265a8d )
by Vojta
7s
created
Plugin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,10 +49,10 @@
 block discarded – undo
49 49
         $stringLoaderFunctions = $stringLoaderExtension->getFunctions();
50 50
 
51 51
         $functions += [
52
-          'template_from_string' => function($template) use ($twig, $stringLoaderFunctions) {
52
+            'template_from_string' => function($template) use ($twig, $stringLoaderFunctions) {
53 53
             $callable = $stringLoaderFunctions['0']->getCallable();
54 54
             return $callable($twig, $template);
55
-          }
55
+            }
56 56
         ];
57 57
 
58 58
         // add Text extensions
Please login to merge, or discard this patch.