@@ -939,7 +939,7 @@ discard block  | 
                                                    ||
| 939 | 939 | */  | 
                                                        
| 940 | 940 | protected function hookTransformColumnValue($tableName, $colName, $colValue, $row)  | 
                                                        
| 941 | 941 |      { | 
                                                        
| 942 | -        if (! $this->transformColumnValueCallable) { | 
                                                        |
| 942 | +        if (!$this->transformColumnValueCallable) { | 
                                                        |
| 943 | 943 | return $colValue;  | 
                                                        
| 944 | 944 | }  | 
                                                        
| 945 | 945 | |
@@ -1141,7 +1141,7 @@ discard block  | 
                                                    ||
| 1141 | 1141 | function getColumnNames($tableName)  | 
                                                        
| 1142 | 1142 |      { | 
                                                        
| 1143 | 1143 | $colNames = array();  | 
                                                        
| 1144 | -        foreach($this->tableColumnTypes[$tableName] as $colName => $colType) { | 
                                                        |
| 1144 | +        foreach ($this->tableColumnTypes[$tableName] as $colName => $colType) { | 
                                                        |
| 1145 | 1145 |              if ($colType['is_virtual']) { | 
                                                        
| 1146 | 1146 | $this->dumpSettings['complete-insert'] = true;  | 
                                                        
| 1147 | 1147 | continue;  |