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);