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) {