From 86c924b820e7560356ee6695bd44ed6f5c0a5022 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 31 Jul 2020 18:59:41 +0000 Subject: [PATCH] Fix description --- src/Worker/UpdateServerDirectory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2