Passed
Push — master ( f938a7...b22424 )
by Webnet
01:39
created
src/Anonymizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                     }
46 46
 
47 47
                     // Set anonymized value.
48
-                    $values[$targetField->getName()] =  $anonValue;
48
+                    $values[$targetField->getName()] = $anonValue;
49 49
                 }
50 50
 
51 51
                 $connection->update($targetTable->getName(), $values, [$pk => $row[$pk]]);
Please login to merge, or discard this patch.