Completed
Push — master ( 3e1aa4...d83085 )
by diego
11:14 queued 08:57
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.