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 {