Completed
Pull Request — master (#14)
by Tony
06:47
created
src/TableParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.