mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Update PHPDoc in mod/
This commit is contained in:
parent
3282ce5389
commit
af9067a381
18 changed files with 134 additions and 69 deletions
|
@ -1212,9 +1212,10 @@ class Transmitter
|
|||
/**
|
||||
* Transmits a given activity to a target
|
||||
*
|
||||
* @param array $activity
|
||||
* @param string $target Target profile
|
||||
* @param integer $uid User ID
|
||||
* @param string $activity Type name
|
||||
* @param string $target Target profile
|
||||
* @param integer $uid User ID
|
||||
* @return bool
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
* @throws \Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue