summaryrefslogtreecommitdiffstats
path: root/Core/Util/SecureRandomInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Util/SecureRandomInterface.php')
-rw-r--r--Core/Util/SecureRandomInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Util/SecureRandomInterface.php b/Core/Util/SecureRandomInterface.php
index 2c35a72..2cf7779 100644
--- a/Core/Util/SecureRandomInterface.php
+++ b/Core/Util/SecureRandomInterface.php
@@ -21,7 +21,7 @@ interface SecureRandomInterface
/**
* Generates the specified number of secure random bytes.
*
- * @param integer $nbBytes
+ * @param int $nbBytes
*
* @return string
*/