]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/APDelivery.php
codeblock updates
[friendica.git] / src / Worker / APDelivery.php
index 2fabb4a4eb99fda461ee671db8d60021a4967097..634a9446ebfc85ba63a04805bc49ef9ebc6daf35 100644 (file)
@@ -9,7 +9,6 @@ use Friendica\Core\Logger;
 use Friendica\Core\Worker;
 use Friendica\Model\ItemDeliveryData;
 use Friendica\Protocol\ActivityPub;
-use Friendica\Model\Item;
 use Friendica\Util\HTTPSignature;
 
 class APDelivery extends BaseObject
@@ -21,6 +20,8 @@ class APDelivery extends BaseObject
         * @param integer $target_id
         * @param string  $inbox
         * @param integer $uid
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
+        * @throws \ImagickException
         */
        public static function execute($cmd, $target_id, $inbox, $uid)
        {