]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateContact.php
Always check whe verified
[friendica.git] / src / Worker / UpdateContact.php
index edabaf163c897fc890c9dc6603049162161faa52..8de3629cafdca24ce8b0d04c60024dd46ff0b09b 100644 (file)
@@ -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);