From: Michael Date: Sat, 22 Aug 2020 14:36:42 +0000 (+0000) Subject: Improved function description X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50ecb587169f280c7141a04c54f0a87d9834ce38;p=friendica.git Improved function description --- diff --git a/src/Model/Contact/Relation.php b/src/Model/Contact/Relation.php index 24d663cbbf..e6926df85b 100644 --- a/src/Model/Contact/Relation.php +++ b/src/Model/Contact/Relation.php @@ -160,11 +160,11 @@ class Relation } /** - * Fetch contact list from the given local user + * Fetch contact url list from the given local user * * @param integer $uid * @param array $rel - * @return void + * @return array contact list */ private static function getContacts(int $uid, array $rel) {