diff --git a/lib/util.php b/lib/util.php index 315e33e96e255ba105a01efefdc5a5675267cf8a..9a3bf1620623f1a7d301a9e00647907a569355a8 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 */