Completed
Pull Request — master (#5)
by Stéphane
04:52
created
src/TableParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             return false;
47 47
         }
48 48
 
49
-        $table = new Table(function (Cursor $cursor) use (&$table, $columns) {
49
+        $table = new Table(function(Cursor $cursor) use (&$table, $columns) {
50 50
             $row = $this->parseRow($cursor->getLine(), $columns);
51 51
             if (null === $row) {
52 52
                 return false;
Please login to merge, or discard this patch.