Completed
Push — master ( 45c35e...da2629 )
by Michael
08:44 queued 07:23
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.