From 6fe2c52cab7e867386dc95f551d8cdbbe9c34126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 14:42:06 +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/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index 1ffd413..e6f6241 100644 --- a/src/Server.php +++ b/src/Server.php @@ -64,7 +64,7 @@ class Server implements OnRequestInterface * @throws NotFoundExceptionInterface * @throws Exception */ - public function init() + public function init(): void { $this->emitter = $this->container->get(HttpResponseEmitter::class);