add clear
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user