Passed
Push — master ( 1a4c41...4de8e0 )
by diego
09:42 queued 06:31
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.