@@ -13,7 +13,7 @@ |
||
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 |
@@ -12,7 +12,7 @@ |
||
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 |