From 2c3eed0b7a9bb09b2dfee0b3c7c8e7759a3a9de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 15:23:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Response.php b/src/Response.php index f87b087..be79e6c 100644 --- a/src/Response.php +++ b/src/Response.php @@ -22,7 +22,7 @@ class Response implements ResponseInterface * @param ContentType $contentType * @return Response */ - public function withContentType(ContentType $contentType): static + public function withContentType(ContentType $contentType): ResponseInterface { return $this->__call__(__FUNCTION__, $contentType); }