diff --git a/HttpServer/Client/Curl.php b/HttpServer/Client/Curl.php index 46201be6..9f714509 100644 --- a/HttpServer/Client/Curl.php +++ b/HttpServer/Client/Curl.php @@ -72,7 +72,7 @@ class Curl extends ClientAbstracts * @return bool * @throws Exception */ - private function curlHandlerSslSet($resource): bool + private function curlHandlerSslSet($resource): mixed { if (!empty($this->ssl_key)) { if (!file_exists($this->ssl_key)) {