@@ -956,7 +956,7 @@ discard block |
||
956 | 956 | */ |
957 | 957 | protected function hookTransformColumnValue($tableName, $colName, $colValue, $row) |
958 | 958 | { |
959 | - if (! $this->transformColumnValueCallable) { |
|
959 | + if (!$this->transformColumnValueCallable) { |
|
960 | 960 | return $colValue; |
961 | 961 | } |
962 | 962 | |
@@ -977,7 +977,7 @@ discard block |
||
977 | 977 | */ |
978 | 978 | protected function hookTransformTableName($tableName, $row = FALSE, $reset = FALSE) |
979 | 979 | { |
980 | - if (! $this->transformTableNameCallable) { |
|
980 | + if (!$this->transformTableNameCallable) { |
|
981 | 981 | if ($row) { |
982 | 982 | return $row; |
983 | 983 | } |