From: Michael Date: Fri, 31 Jul 2020 18:59:41 +0000 (+0000) Subject: Fix description X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=86c924b820e7560356ee6695bd44ed6f5c0a5022;p=friendica.git Fix description --- diff --git a/src/Worker/UpdateServerDirectory.php b/src/Worker/UpdateServerDirectory.php index 87bbee7e8c..c23d01c5ac 100644 --- a/src/Worker/UpdateServerDirectory.php +++ b/src/Worker/UpdateServerDirectory.php @@ -28,9 +28,9 @@ class UpdateServerDirectory { /** * Query the given server for their users - * @param string $gserver Server URL + * @param array $gserver Server record */ - public static function execute($gserver) + public static function execute(array $gserver) { GServer::updateDirectory($gserver); return;