From 80059817ca5456d2efb4f1b2417aa1df72e0ec58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 26 Jan 2024 22:38:10 +0800 Subject: [PATCH] Update HttpException.php --- src/Kernel/Exceptions/HttpException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kernel/Exceptions/HttpException.php b/src/Kernel/Exceptions/HttpException.php index c874706b0..8fc8241e0 100644 --- a/src/Kernel/Exceptions/HttpException.php +++ b/src/Kernel/Exceptions/HttpException.php @@ -36,7 +36,7 @@ class HttpException extends Exception * @param string $message * @param \Psr\Http\Message\ResponseInterface|null $response * @param null $formattedResponse - * @param int|null $code + * @param int $code */ public function __construct($message, ResponseInterface $response = null, $formattedResponse = null, $code = 0) {