X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FItemDeliveryData.php;h=8d273e22b964bf664c14d5ac7bc5841cdfe1f151;hb=5ea033db33c62562dcd27dd70447a35b3d14326e;hp=fa69af84197a3d940fcc9dcdb865076b8f7a4a21;hpb=38734f17b900f46fe42bba10c245254784e6debc;p=friendica.git diff --git a/src/Model/ItemDeliveryData.php b/src/Model/ItemDeliveryData.php index fa69af8419..8d273e22b9 100644 --- a/src/Model/ItemDeliveryData.php +++ b/src/Model/ItemDeliveryData.php @@ -53,6 +53,7 @@ class ItemDeliveryData * * @param integer $item_id * @return bool + * @throws \Exception */ public static function incrementQueueDone($item_id) { @@ -65,6 +66,7 @@ class ItemDeliveryData * @param integer $item_id * @param array $fields * @return bool + * @throws \Exception */ public static function insert($item_id, array $fields) { @@ -85,6 +87,7 @@ class ItemDeliveryData * @param integer $item_id * @param array $fields * @return bool + * @throws \Exception */ public static function update($item_id, array $fields) { @@ -105,6 +108,7 @@ class ItemDeliveryData * * @param integer $item_id * @return bool + * @throws \Exception */ public static function delete($item_id) {