aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Security
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 16:09:23 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 16:09:23 +0200
commita8a06a82d2b93c17b3014f0d468f23239100ca10 (patch)
tree07a13880071bc15ddec3810c21327af5f4f09ff4 /lib/public/Security
parent44577e4345066952622feca9ef69c24fc23d08ab (diff)
downloadnextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.tar.gz
nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.zip
Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Security')
-rw-r--r--lib/public/Security/ISecureRandom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php
index c2d149feaf8..3fbc6c8ee10 100644
--- a/lib/public/Security/ISecureRandom.php
+++ b/lib/public/Security/ISecureRandom.php
@@ -51,7 +51,7 @@ interface ISecureRandom {
/**
* Characters that can be used for <code>generate($length, $characters)</code>, to
- * generate human readable random strings. Lower- and upper-case characters and digits
+ * generate human readable random strings. Lower- and upper-case characters and digits
* are included. Characters which are ambiguous are excluded, such as I, l, and 1 and so on.
*/
const CHAR_HUMAN_READABLE = 'abcdefgijkmnopqrstwxyzABCDEFGHJKLMNPQRSTWXYZ23456789';