Passed
Pull Request — master (#153)
by Filippo
02:21
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -942,7 +942,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.