diff options
Diffstat (limited to 'Core/Util')
-rw-r--r-- | Core/Util/SecureRandomInterface.php | 2 | ||||
-rw-r--r-- | Core/Util/StringUtils.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Core/Util/SecureRandomInterface.php b/Core/Util/SecureRandomInterface.php index 2cf7779..87d3ace 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 int $nbBytes + * @param int $nbBytes * * @return string */ diff --git a/Core/Util/StringUtils.php b/Core/Util/StringUtils.php index 01441cb..f326fe0 100644 --- a/Core/Util/StringUtils.php +++ b/Core/Util/StringUtils.php @@ -34,7 +34,7 @@ class StringUtils * @param string $knownString The string of known length to compare against * @param string $userInput The string that the user can control * - * @return bool true if the two strings are the same, false otherwise + * @return bool true if the two strings are the same, false otherwise */ public static function equals($knownString, $userInput) { |