Fix description
This commit is contained in:
parent
4c089a1f87
commit
86c924b820
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue