Passed
Pull Request — master (#157)
by
unknown
03:55
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -956,7 +956,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             }
Please login to merge, or discard this patch.