From d1ac4b87aacaa11fc635e45130198f26487efbfd Mon Sep 17 00:00:00 2001 From: "renzheng.wang" Date: Thu, 14 Dec 2023 13:43:07 +0800 Subject: [PATCH] fix type hint --- src/Core/Exception/UCloudException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Exception/UCloudException.php b/src/Core/Exception/UCloudException.php index ce87320f..cd26720a 100644 --- a/src/Core/Exception/UCloudException.php +++ b/src/Core/Exception/UCloudException.php @@ -44,7 +44,7 @@ class UCloudException extends Exception * @param int|int $retCode * @param Throwable|null $previous * @param string $requestId - * @param Response $response + * @param Response|null $response */ public function __construct($type, $message = "", $retCode = 0, $previous = null, $requestId = "", $response = null) {