X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FUpdateSuggestions.php;h=103a3cf4cafc4e73a8d2f68885da740c8887fd13;hb=a98957eeb29cfb142dfc4cd3e03c5bdfbc373466;hp=222244c1c4bf654d1b854d28f29f32610073c598;hpb=598f314577d4c7f30c62f38d014471f3ff3c31f0;p=friendica.git diff --git a/src/Worker/UpdateSuggestions.php b/src/Worker/UpdateSuggestions.php index 222244c1c4..103a3cf4ca 100644 --- a/src/Worker/UpdateSuggestions.php +++ b/src/Worker/UpdateSuggestions.php @@ -1,7 +1,24 @@ . + * */ + namespace Friendica\Worker; use Friendica\Core\Logger; @@ -9,7 +26,9 @@ use Friendica\Model\GContact; class UpdateSuggestions { - // Discover other servers for their contacts. + /** + * Discover other servers for their contacts. + */ public static function execute() { GContact::updateSuggestions();