Passed
Push — master ( 0678c0...9d00a5 )
by diego
02:42
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1076,7 +1076,7 @@
 block discarded – undo
1076 1076
     function getColumnNames($tableName)
1077 1077
     {
1078 1078
         $colNames = array();
1079
-        foreach($this->tableColumnTypes[$tableName] as $colName => $colType) {
1079
+        foreach ($this->tableColumnTypes[$tableName] as $colName => $colType) {
1080 1080
             if ($colType['is_virtual']) {
1081 1081
                 $this->dumpSettings['complete-insert'] = true;
1082 1082
                 continue;
Please login to merge, or discard this patch.