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