From 50ecb587169f280c7141a04c54f0a87d9834ce38 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 22 Aug 2020 14:36:42 +0000 Subject: [PATCH] Improved function description --- src/Model/Contact/Relation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {