@@ -22,7 +22,7 @@ |
||
| 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 | |