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

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