mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30: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
|
@ -1087,6 +1087,7 @@ class Receiver
|
|||
* @param integer $cid Contact ID
|
||||
* @param integer $uid User ID
|
||||
* @param string $url Profile URL
|
||||
* @return void
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
|
@ -1113,6 +1114,7 @@ class Receiver
|
|||
*
|
||||
* @param $receivers
|
||||
* @param $actor
|
||||
* @return void
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue