From 943a233724aa8f6d2684f42bc1f7abfe0fa94f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 16 Nov 2020 16:25:03 +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 16843d4..48fadc1 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -329,7 +329,7 @@ class HttpClient } /** - * @param $string + * @param string $_string * @return bool|string * @throws Exception */