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