]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateContact.php
Merge pull request #13383 from annando/baseurl
[friendica.git] / src / Worker / UpdateContact.php
index f83f47524d363f625ac54051c465114c92238fc3..23eb5ff4bac37f32f5041ba56ee133a5985857f0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -22,6 +22,7 @@
 namespace Friendica\Worker;
 
 use Friendica\Core\Logger;
+use Friendica\Core\Worker;
 use Friendica\Model\Contact;
 use Friendica\Network\HTTPException\InternalServerErrorException;
 
@@ -30,8 +31,10 @@ class UpdateContact
        /**
         * Update contact data via probe
         *
-        * @param int    $contact_id Contact ID
+        * @param int $contact_id Contact ID
         * @return void
+        * @throws InternalServerErrorException
+        * @throws \ImagickException
         */
        public static function execute(int $contact_id)
        {