Completed
Push — master ( da2629...3965b3 )
by Michael
03:47 queued 02:20
created
src/Otp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $chunks = \str_split($input, Str::hashSize($algo));
53 53
 
54 54
         foreach ($chunks as $i => &$chunk) {
55
-            $chunk = $chunk ^ \hash($algo, $password . $i, true);
55
+            $chunk = $chunk ^ \hash($algo, $password.$i, true);
56 56
         }
57 57
 
58 58
         return \implode($chunks);
Please login to merge, or discard this patch.