From d5750a826b15c6ffe97992011a8b80c1d81a373b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 17 Oct 2023 21:10:49 +0800 Subject: [PATCH] eee --- src/RouterCollector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RouterCollector.php b/src/RouterCollector.php index af0e493..50d94d1 100644 --- a/src/RouterCollector.php +++ b/src/RouterCollector.php @@ -240,6 +240,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate * @param string $path * @param string $method * @return HttpRequestHandler + * @throws ReflectionException */ public function query(string $path, string $method): HttpRequestHandler {