Passed
Push — master ( 95e89a...bd38ad )
by Martin
03:36
created
Category
src/Extension/YamlDumpExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function getFilters(): array
14 14
     {
15 15
         return [
16
-            new TwigFilter('yaml_dump', [$this, 'yamlDump']),
16
+            new TwigFilter('yaml_dump', [ $this, 'yamlDump' ]),
17 17
         ];
18 18
     }
19 19
 
Please login to merge, or discard this patch.
src/Extension/UrlDecodeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function getFilters(): array
13 13
     {
14 14
         return [
15
-            new TwigFilter('url_decode', [$this, 'urlDecode']),
15
+            new TwigFilter('url_decode', [ $this, 'urlDecode' ]),
16 16
         ];
17 17
     }
18 18
 
Please login to merge, or discard this patch.