From fedc0bde24f6f84e80c72ba67ae5ae2c583464f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Apr 2021 15:30:11 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index c045a7e..68837da 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -332,7 +332,7 @@ class HttpClient * @return bool|string * @throws Exception */ - private function matchHost($_= '') + private function matchHost($_string= '') { if (empty($_string)) { return false;