@@ -942,7 +942,7 @@ |
||
942 | 942 | */ |
943 | 943 | protected function hookTransformColumnValue($tableName, $colName, $colValue, $row) |
944 | 944 | { |
945 | - if (! $this->transformColumnValueCallable) { |
|
945 | + if (!$this->transformColumnValueCallable) { |
|
946 | 946 | return $colValue; |
947 | 947 | } |
948 | 948 |