From d0363fe396e1a4703b3e510797a845e2f7359564 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 27 Apr 2015 13:31:18 +0200 Subject: Fix type annotation Obviously should be an int --- lib/private/security/securerandom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private') diff --git a/lib/private/security/securerandom.php b/lib/private/security/securerandom.php index 348d04c9ccc..409285fd098 100644 --- a/lib/private/security/securerandom.php +++ b/lib/private/security/securerandom.php @@ -76,7 +76,7 @@ class SecureRandom implements ISecureRandom { /** * Generate a random string of specified length. - * @param string $length The length of the generated string + * @param int $length The length of the generated string * @param string $characters An optional list of characters to use if no characterlist is * specified all valid base64 characters are used. * @return string -- cgit v1.2.3