summaryrefslogtreecommitdiffstats
path: root/lib/public/iavatar.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/iavatar.php')
-rw-r--r--lib/public/iavatar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iavatar.php b/lib/public/iavatar.php
index 43fa32556de..fc7e8e79fed 100644
--- a/lib/public/iavatar.php
+++ b/lib/public/iavatar.php
@@ -15,7 +15,7 @@ interface IAvatar {
/**
* @brief get the users avatar
- * @param $size integer size in px of the avatar, avatars are square, defaults to 64
+ * @param int $size size in px of the avatar, avatars are square, defaults to 64
* @return boolean|\OC_Image containing the avatar or false if there's no image
*/
function get($size = 64);