Completed
Pull Request — master (#145)
by
unknown
01:14
created
src/Tokens/GoogleTokenGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
         }
84 84
         $text = fmod($text, pow(10, 6));
85 85
         
86
-        $this->tokens[$hash] = $text . '.' . ($text ^ $b);
86
+        $this->tokens[$hash] = $text.'.'.($text ^ $b);
87 87
         
88 88
         return $this->tokens[$hash];
89 89
     }
Please login to merge, or discard this patch.