]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateContact.php
Merge pull request #12277 from nupplaphil/mod/fbrowser
[friendica.git] / src / Worker / UpdateContact.php
index 790badc9d2d3e2510f49416c4e568c22ed4a075f..8de3629cafdca24ce8b0d04c60024dd46ff0b09b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -28,9 +28,11 @@ class UpdateContact
 {
        /**
         * Update contact data via probe
+        *
         * @param int    $contact_id Contact ID
+        * @return void
         */
-       public static function execute($contact_id)
+       public static function execute(int $contact_id)
        {
                $success = Contact::updateFromProbe($contact_id);