Passed
Push — master ( e66282...39a592 )
by Dāvis
02:46
created
Script/Twig/TwigTrait.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
     public function makeArray(array $input, $type = 'filter', $onlyShort = false)
10 10
     {
11
-        if($onlyShort){
11
+        if ($onlyShort) {
12 12
             $this->shortFunctions = true;
13 13
         }
14 14
         $output = [];
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
     public function makeArray(array $input, $type = 'filter', $onlyShort = false)
10 10
     {
11
-        if($onlyShort){
11
+        if($onlyShort) {
12 12
             $this->shortFunctions = true;
13 13
         }
14 14
         $output = [];
Please login to merge, or discard this patch.