diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-05 21:22:37 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-05 21:22:37 -0500 |
commit | 18c56a50e77b5e151b10f1df727fa2279e9d89a4 (patch) | |
tree | 2103a97311b5fca3ae6338375fce0e6ac08c1a09 /app/Auth/RememberMeAuth.php | |
parent | bb63068196c079bd46e0df1acbc11c785b88ef32 (diff) |
Fix phpdoc
Diffstat (limited to 'app/Auth/RememberMeAuth.php')
-rw-r--r-- | app/Auth/RememberMeAuth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/RememberMeAuth.php b/app/Auth/RememberMeAuth.php index 02b7b9f6..5a0e48ec 100644 --- a/app/Auth/RememberMeAuth.php +++ b/app/Auth/RememberMeAuth.php @@ -66,7 +66,7 @@ class RememberMeAuth extends Base implements PreAuthenticationProviderInterface * Get user object * * @access public - * @return null|DatabaseUserProvider + * @return DatabaseUserProvider */ public function getUser() { |