Completed
Push — master ( c6481f...d875ad )
by Gabriel
23:36
created
src/TableDumperCollection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
66 66
             }
67 67
 
68 68
             return $listTables;
69
-        } 
70
-        elseif (is_array($listTables)) {
69
+        } elseif (is_array($listTables)) {
71 70
             //Create TableDumperCollection 
72 71
             $listDumpers = new TableDumperCollection;
73 72
 
Please login to merge, or discard this patch.