diff options
author | Michael Hamann <michael@content-space.de> | 2013-07-31 11:56:16 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-07-31 11:56:16 +0200 |
commit | 8269996a43469c1ce5295a22248ad9a9ab34efc8 (patch) | |
tree | bae8719f46d60b0c33fda5a13e99ce05a3c1164b /inc/auth.php | |
parent | 04369c3eae728e14962c41d1ab259f9e7ed99144 (diff) | |
download | rpg-8269996a43469c1ce5295a22248ad9a9ab34efc8.tar.gz rpg-8269996a43469c1ce5295a22248ad9a9ab34efc8.tar.bz2 |
auth_random: remove exception comment as there is no exception
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |