Completed
Branch master (142422)
by Gabriel
01:44
created
src/TableDumperCollection.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@  discard block
 block discarded – undo
45 45
             }
46 46
 
47 47
             return $listTables;
48
-        } 
49
-        elseif(is_array($listTables)) {
48
+        } elseif(is_array($listTables)) {
50 49
             //Create TableDumperCollection 
51 50
             $listDumpers = new TableDumperCollection;
52 51
 
@@ -61,8 +60,7 @@  discard block
 block discarded – undo
61 60
             }
62 61
 
63 62
             return $listDumpers;
64
-        }
65
-        else {
63
+        } else {
66 64
             throw new \Exception("Invalid value supplied for argument 'listTables'", 1);
67 65
             return NULL;
68 66
         }
Please login to merge, or discard this patch.