diff --git a/HttpServer/Route/Router.php b/HttpServer/Route/Router.php index 2697c9a7..8c0043e6 100644 --- a/HttpServer/Route/Router.php +++ b/HttpServer/Route/Router.php @@ -72,7 +72,7 @@ class Router extends HttpService implements RouterInterface /** * @param $port * @param Closure|array $closure - * @throws ConfigException + * @throws */ public function addPortListen($port, Closure|array $closure) {