Merge pull request #9049 from annando/local-followers

Improved function description
This commit is contained in:
Hypolite Petovan 2020-08-22 14:08:48 -04:00 committed by GitHub
commit 507d66936c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{ {