add clear

This commit is contained in:
2021-04-06 15:30:11 +08:00
parent 523ee91797
commit fedc0bde24
+1 -1
View File
@@ -332,7 +332,7 @@ class HttpClient
* @return bool|string
* @throws Exception
*/
private function matchHost($_= '')
private function matchHost($_string= '')
{
if (empty($_string)) {
return false;