mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Merge pull request #9049 from annando/local-followers
Improved function description
This commit is contained in:
commit
507d66936c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue