Fix PHPDoc comments project-wide

This commit is contained in:
Hypolite Petovan 2019-01-06 16:06:53 -05:00
parent 6077aa5847
commit 3282ce5389
113 changed files with 1703 additions and 795 deletions

View file

@ -13,6 +13,7 @@ class Queue
{
/**
* @param string $id id
* @throws \Exception
*/
public static function updateTime($id)
{
@ -37,6 +38,7 @@ class Queue
/**
* @param string $id id
* @throws \Exception
*/
public static function removeItem($id)
{
@ -78,6 +80,8 @@ class Queue
* @param string $network network
* @param string $msg message
* @param boolean $batch batch, default false
* @param string $guid
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
public static function add($cid, $network, $msg, $batch = false, $guid = '')
{