summaryrefslogtreecommitdiff
path: root/library/WT/Auth.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-21 19:06:33 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-21 19:06:33 +0100
commit5aa8f5b2a1e70b9d9bda4a1a475e9847d6a692ec (patch)
treed66dfa770a5365d7d29a2aedb8c1a8c171f3364a /library/WT/Auth.php
parent9fd0a35da8a52ace71af54d0e76425003d4a2562 (diff)
downloadwebtrees-5aa8f5b2a1e70b9d9bda4a1a475e9847d6a692ec.tar.gz
webtrees-5aa8f5b2a1e70b9d9bda4a1a475e9847d6a692ec.tar.bz2
webtrees-5aa8f5b2a1e70b9d9bda4a1a475e9847d6a692ec.zip
PHPDoc
Diffstat (limited to 'library/WT/Auth.php')
-rw-r--r--library/WT/Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Auth.php b/library/WT/Auth.php
index e2960504af..c4981d27b2 100644
--- a/library/WT/Auth.php
+++ b/library/WT/Auth.php
@@ -152,7 +152,7 @@ class Auth {
/**
* The authenticated user, from the current session.
*
- * @return User|null
+ * @return User
*/
public static function user() {
$user = User::find(Auth::id());