add clear

This commit is contained in:
2021-04-06 15:15:37 +08:00
parent 092e355850
commit 80abb3a20a
10 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ class HttpClient
/**
* @return bool
*/
public function hasSslCertFile(): bool
public function hasSslCertFile()
{
return !empty($this->ssl_cert_file) && file_exists($this->ssl_cert_file);
}
@@ -121,7 +121,7 @@ class HttpClient
/**
* @return bool
*/
public function hasSslKeyFile(): bool
public function hasSslKeyFile()
{
return !empty($this->ssl_key_file) && file_exists($this->ssl_key_file);
}