Completed
Push — master ( 4c7756...8e47d6 )
by Lukáš
02:19
created
Twig/JSBlockExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Fousky\JSBlockBundle\Twig;
4 4
 
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 
23 23
     public function render(): string
24 24
     {
25
-        return implode("\n    ", $this->collected)."\n";
25
+        return implode("\n    ", $this->collected) . "\n";
26 26
     }
27 27
 
28 28
     public function start(): void
Please login to merge, or discard this patch.