- added some type-hints
- added documentation
This commit is contained in:
Roland Häder 2022-06-24 04:42:35 +02:00
parent 39675fe683
commit 88870d18be
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
6 changed files with 36 additions and 14 deletions

View file

@ -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
*/