Update PHPDoc in mod/

This commit is contained in:
Hypolite Petovan 2019-01-07 01:07:42 -05:00
parent 3282ce5389
commit af9067a381
18 changed files with 134 additions and 69 deletions

View file

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