From ec99186fe255a07369e8125ac2c4dfaf8be06627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 10:36:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Client/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();