diff options
-rw-r--r-- | Csrf/TokenGenerator/UriSafeTokenGenerator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/TokenGenerator/UriSafeTokenGenerator.php b/Csrf/TokenGenerator/UriSafeTokenGenerator.php index 558273d..1bf72e5 100644 --- a/Csrf/TokenGenerator/UriSafeTokenGenerator.php +++ b/Csrf/TokenGenerator/UriSafeTokenGenerator.php @@ -41,7 +41,7 @@ class UriSafeTokenGenerator implements TokenGeneratorInterface * * @param SecureRandomInterface|null $random The random value generator used for * generating entropy - * @param integer $entropy The amount of entropy collected for + * @param int $entropy The amount of entropy collected for * each token (in bits) */ public function __construct(SecureRandomInterface $random = null, $entropy = 256) |