From b66b2867ab74dbf6bed83f911ad6bbdd4093cfca Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 3 Jul 2021 14:19:10 +0800 Subject: [PATCH] modify --- HttpServer/Http/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index df1151f1..53a8849a 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -155,7 +155,7 @@ class Response extends HttpService * @return bool * @throws Exception */ - public function send(string $context = '', int $statusCode = 200): mixed + public function send($context = '', int $statusCode = 200): mixed { $sendData = $this->parseData($context);