summaryrefslogtreecommitdiffstats
path: root/lib/private/security
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-04-27 13:31:18 +0200
committerLukas Reschke <lukas@owncloud.com>2015-04-27 13:31:18 +0200
commitd0363fe396e1a4703b3e510797a845e2f7359564 (patch)
tree98019e5bb3b3fb604cf4a0a658916c22c96d0832 /lib/private/security
parent802f818c2770b8b52d050e8fbc7562295f995445 (diff)
downloadnextcloud-server-d0363fe396e1a4703b3e510797a845e2f7359564.tar.gz
nextcloud-server-d0363fe396e1a4703b3e510797a845e2f7359564.zip
Fix type annotation
Obviously should be an int
Diffstat (limited to 'lib/private/security')
-rw-r--r--lib/private/security/securerandom.php2
1 files changed, 1 insertions, 1 deletions
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