diff --git a/HttpServer/Client/HttpClient.php b/HttpServer/Client/HttpClient.php index 3b90ad7a..ca3a0f92 100644 --- a/HttpServer/Client/HttpClient.php +++ b/HttpServer/Client/HttpClient.php @@ -20,7 +20,7 @@ class HttpClient extends Component * @param $name * @return IClient */ - public static function NewRequest($name): IClient + public static function NewRequest(): IClient { if (Coroutine::getCid() > 0) { return Client::NewRequest();