- 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

@ -1547,6 +1547,7 @@ class Processor
* Switches a contact to AP if needed
*
* @param integer $cid Contact ID
* @return void
* @throws \Exception
*/
private static function switchContact(int $cid)