]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Queue.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Model / Queue.php
index b2c002574c9f871426a9019cc4c7b951c93396d5..ecbc0ed3b61fc6b0034bc85002b6dd3464901dcd 100644 (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 = '')
        {