]> git.mxchange.org Git - friendica.git/commitdiff
Fix the function description
authorMichael <heluecht@pirati.ca>
Mon, 5 Dec 2022 03:46:40 +0000 (03:46 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 5 Dec 2022 03:46:40 +0000 (03:46 +0000)
src/Model/Contact.php

index 3bed67214c04693e958f50552f305c380e026be1..e8a718f0547ca1759da2f5f9f426660eb3851f7d 100644 (file)
@@ -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