Fix description

2022.09-rc
Michael 2020-07-31 18:59:41 +00:00
rodzic 4c089a1f87
commit 86c924b820
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;