mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 05:24:25 +02:00
Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -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 = '')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue