Merge pull request #9049 from annando/local-followers
Improved function description
This commit is contained in:
commit
507d66936c
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue