From 8269996a43469c1ce5295a22248ad9a9ab34efc8 Mon Sep 17 00:00:00 2001
From: Michael Hamann <michael@content-space.de>
Date: Wed, 31 Jul 2013 11:56:16 +0200
Subject: [PATCH] auth_random: remove exception comment as there is no
 exception

---
 inc/auth.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inc/auth.php b/inc/auth.php
index f02bfebca..227ee80fd 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -360,7 +360,6 @@ function auth_cookiesalt($addsession = false, $secure = false) {
  * @author Michael Hamann <michael@content-space.de>
  * @link   http://www.php.net/manual/de/function.mt-rand.php#83655
  * @param int $length number of bytes to get
- * @throws Exception when no usable random generator is found
  * @return string binary random strings
  */
 function auth_randombytes($length) {
-- 
GitLab