diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/avatar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/avatar.php b/lib/avatar.php index 9b2a7fe07cf..5f73a9bf220 100644 --- a/lib/avatar.php +++ b/lib/avatar.php @@ -15,7 +15,7 @@ class OC_Avatar { * @brief get the users avatar * @param $user string which user to get the avatar for * @param $size integer size in px of the avatar, defaults to 64 - * @return mixed \OC_Image containing the avatar or false if there's no image + * @return boolean|\OC_Image containing the avatar or false if there's no image */ public function get ($user, $size = 64) { $view = new \OC\Files\View('/'.$user); |