Fix the function description
This commit is contained in:
parent
5bff6f38d7
commit
08d64f3c57
|
@ -2057,7 +2057,7 @@ class Contact
|
||||||
* @param integer $cid contact id
|
* @param integer $cid contact id
|
||||||
* @param string $size One of the Proxy::SIZE_* constants
|
* @param string $size One of the Proxy::SIZE_* constants
|
||||||
* @param string $updated Contact update date
|
* @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
|
* @return string avatar link
|
||||||
*/
|
*/
|
||||||
public static function getAvatarUrlForId(int $cid, string $size = '', string $updated = '', string $guid = '', bool $static = false): string
|
public static function getAvatarUrlForId(int $cid, string $size = '', string $updated = '', string $guid = '', bool $static = false): string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user