@@ -48,7 +48,7 @@ |
||
| 48 | 48 | return false; |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | - $table = new Table(function (Cursor $cursor) use (&$table, $columns) { |
|
| 51 | + $table = new Table(function(Cursor $cursor) use (&$table, $columns) { |
|
| 52 | 52 | $row = $this->parseRow($cursor->getLine(), $columns); |
| 53 | 53 | if (null === $row) { |
| 54 | 54 | if (null !== $table->getCaption()) { |