From 4efac235a0303d1cd699fb53107a2bc7699ab48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 24 Apr 2023 13:35:16 +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 --- Handler/OnRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Handler/OnRequest.php b/Handler/OnRequest.php index cf9b4ea..ca2b47c 100644 --- a/Handler/OnRequest.php +++ b/Handler/OnRequest.php @@ -74,6 +74,7 @@ class OnRequest implements OnRequestInterface $this->emitter = $this->response->emmit; } + /** * @param Request $request * @param Response $response