Completed
Push — development ( bff125...0f5c1f )
by Fabian
07:22
created
src/lib/IntegerNet/Anonymizer/Provider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     private function seedRng($identifier)
80 80
     {
81
-        $this->faker->seed(hexdec(hash("crc32b", $identifier . $this->salt)));
81
+        $this->faker->seed(hexdec(hash("crc32b", $identifier.$this->salt)));
82 82
     }
83 83
 
84 84
     private function resetRng()
Please login to merge, or discard this patch.