]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateContact.php
Fixings
[friendica.git] / src / Worker / UpdateContact.php
index f23c5c0a070ff0aa4b40345027414d77d113ce49..0e5fd141281ec182a111c3f2d48befbe6ac7ecf4 100644 (file)
@@ -13,6 +13,11 @@ use Friendica\Database\DBA;
 
 class UpdateContact
 {
+       /**
+        * Update contact data via probe
+        * @param int    $contact_id Contact ID
+        * @param string $command
+        */
        public static function execute($contact_id, $command = '')
        {
                $force = ($command == "force");