From 08d64f3c573647f18713c6220f49d23f898579fb Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 5 Dec 2022 03:46:40 +0000 Subject: [PATCH] Fix the function description --- src/Model/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 3bed67214..e8a718f05 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2057,7 +2057,7 @@ class Contact * @param integer $cid contact id * @param string $size One of the Proxy::SIZE_* constants * @param string $updated Contact update date - * @param bool $static If "true" a parameter is added to convert the header to a static one + * @param bool $static If "true" a parameter is added to convert the avatar to a static one * @return string avatar link */ public static function getAvatarUrlForId(int $cid, string $size = '', string $updated = '', string $guid = '', bool $static = false): string