mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
Changes:
- added some type-hints - added documentation
This commit is contained in:
parent
39675fe683
commit
88870d18be
6 changed files with 36 additions and 14 deletions
|
@ -475,7 +475,10 @@ class Profile extends BaseModule
|
|||
}
|
||||
|
||||
/**
|
||||
* Updates contact from probing
|
||||
*
|
||||
* @param int $contact_id Id of the contact with uid != 0
|
||||
* @return void
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue