From 5ce84bf3b91cd182108c9441699733af58e1707f Mon Sep 17 00:00:00 2001 From: xl Date: Fri, 26 May 2023 11:23:21 +0800 Subject: [PATCH] qqq --- src/RouterCollector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/RouterCollector.php b/src/RouterCollector.php index 02d60f2..00bd59b 100644 --- a/src/RouterCollector.php +++ b/src/RouterCollector.php @@ -67,8 +67,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate * @param array $method * @param string $route * @param string|array|Closure $closure - * @throws ReflectionException - */ + */ public function addRoute(array $method, string $route, string|array|Closure $closure): void { try {