Passed
Push — master ( 56f21d...a5762d )
by Iman
03:49
created
src/Modules/ModuleGenerator/PhpColConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $columnScript[] = $indent.'$this->col[] = [];';
23 23
         foreach ($labels as $i => $label) {
24 24
 
25
-            if (! $name[$i]) {
25
+            if (!$name[$i]) {
26 26
                 continue;
27 27
             }
28 28
 
Please login to merge, or discard this patch.