This commit is contained in:
2021-01-08 11:15:34 +08:00
parent dfbe830d37
commit 93951140d2
+1 -1
View File
@@ -72,7 +72,7 @@ class Curl extends ClientAbstracts
* @return bool * @return bool
* @throws Exception * @throws Exception
*/ */
private function curlHandlerSslSet($resource): bool private function curlHandlerSslSet($resource): mixed
{ {
if (!empty($this->ssl_key)) { if (!empty($this->ssl_key)) {
if (!file_exists($this->ssl_key)) { if (!file_exists($this->ssl_key)) {