Fix description

This commit is contained in:
Michael 2020-07-31 18:59:41 +00:00
parent 4c089a1f87
commit 86c924b820

View file

@ -28,9 +28,9 @@ class UpdateServerDirectory
{ {
/** /**
* Query the given server for their users * 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); GServer::updateDirectory($gserver);
return; return;