Completed
Push — master ( b97a32...b04b1c )
by Antonio Carlos
02:42
created
src/Support/Base32.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     private function strPadBase32($string, $length)
59 59
     {
60 60
         for ($i = 0; $i < $length; $i++) {
61
-            $string .= Constants::VALID_FOR_B32_SCRAMBLED[ $this->getRandomNumber() ];
61
+            $string .= Constants::VALID_FOR_B32_SCRAMBLED[$this->getRandomNumber()];
62 62
         }
63 63
 
64 64
         return $string;
Please login to merge, or discard this patch.