Completed
Pull Request — master (#2)
by
unknown
02:02
created
Twig/HTML5CacheExtension.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,11 +15,11 @@
 block discarded – undo
15 15
      */
16 16
     public function getFunctions()
17 17
     {
18
-      return [
19
-                 new \Twig_SimpleFunction('cache_manifest', [$this, 'getCacheManifest'], [
20
-                     'needs_environment' => true
21
-                 ])
22
-             ];
18
+        return [
19
+                    new \Twig_SimpleFunction('cache_manifest', [$this, 'getCacheManifest'], [
20
+                        'needs_environment' => true
21
+                    ])
22
+                ];
23 23
     }
24 24
 
25 25
     /**
Please login to merge, or discard this patch.