@@ -39,7 +39,7 @@ |
||
39 | 39 | public static function randomBytes($length) |
40 | 40 | { |
41 | 41 | // Get $length cryptographically secure pseudo-random bytes |
42 | - $rnd=\random_bytes($length); |
|
42 | + $rnd = \random_bytes($length); |
|
43 | 43 | |
44 | 44 | if (strlen($rnd) !== $length) { |
45 | 45 | throw new Exception("random_bytes did not return the requested number of bytes"); |