From 93951140d25c9f2f3182a63f224f78bc9ecc5359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 8 Jan 2021 11:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Client/Curl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {