diff options
Diffstat (limited to 'lib/public/iusersession.php')
-rw-r--r-- | lib/public/iusersession.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/iusersession.php b/lib/public/iusersession.php index 4c5b4d1ba51..7128366590f 100644 --- a/lib/public/iusersession.php +++ b/lib/public/iusersession.php @@ -61,12 +61,12 @@ interface IUserSession { /** * get the current active user * - * @return \OCP\IUser + * @return \OCP\IUser|null Current user, otherwise null */ public function getUser(); /** - * Checks wether the user is logged in + * Checks whether the user is logged in * * @return bool if logged in */ |