Completed
Branch develop (299dab)
by Daniel
19:24
created
Category
src/Client/Bundle/WebsiteBundle/Twig/ClientTwigExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      */
30 30
     public function getFilters()
31 31
     {
32
-        return [];
32
+        return [ ];
33 33
     }
34 34
 
35 35
     /**
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      */
38 38
     public function getFunctions()
39 39
     {
40
-        return [];
40
+        return [ ];
41 41
     }
42 42
 
43 43
     // Add here some custom twig extensions
Please login to merge, or discard this patch.