summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-15 15:25:40 +0300
committerLukas Reschke <lukas@statuscode.ch>2012-10-15 15:25:40 +0300
commitf08ff3b6e64d3ca5db3862cf18eacb3b9197feae (patch)
treefb55a314b6f6446e0f466c3e7cad1ebc36e0d4a2 /lib/util.php
parentc930ac9f881930f9b4cf93534135dc15aa570444 (diff)
downloadnextcloud-server-f08ff3b6e64d3ca5db3862cf18eacb3b9197feae.tar.gz
nextcloud-server-f08ff3b6e64d3ca5db3862cf18eacb3b9197feae.zip
Correct formatting
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 315e33e96e2..9a3bf162062 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -557,7 +557,7 @@ class OC_Util {
}
}
- /*
+ /**
* @brief Generates a cryptographical secure pseudorandom string
* @param Int with the length of the random string
* @return String
@@ -593,7 +593,7 @@ class OC_Util {
return $pseudo_byte;
}
- /*
+ /**
* @brief Checks if a secure random number generator is available
* @return bool
*/