@@ -61,7 +61,7 @@ |
||
| 61 | 61 | $columnScript[] = str_repeat(' ', 8).'$this->col[] = [];'; |
| 62 | 62 | foreach ($labels as $i => $label) { |
| 63 | 63 | |
| 64 | - if (! $name[$i]) { |
|
| 64 | + if (!$name[$i]) { |
|
| 65 | 65 | continue; |
| 66 | 66 | } |
| 67 | 67 | |