Improved function description

This commit is contained in:
Michael 2020-08-22 14:36:42 +00:00
parent 3c85f3ce99
commit 50ecb58716
1 changed files with 2 additions and 2 deletions

View 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 integer $uid
* @param array $rel * @param array $rel
* @return void * @return array contact list
*/ */
private static function getContacts(int $uid, array $rel) private static function getContacts(int $uid, array $rel)
{ {