Improved function description
authorMichael <heluecht@pirati.ca>
Sat, 22 Aug 2020 14:36:42 +0000 (14:36 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 22 Aug 2020 14:36:42 +0000 (14:36 +0000)
src/Model/Contact/Relation.php

index 24d663c..e6926df 100644 (file)
@@ -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)
        {