From 67d5ba18ffa81f8edd0de8b4d6cbcd0ffc9464ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 8 Mar 2021 17:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Route/Router.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HttpServer/Route/Router.php b/HttpServer/Route/Router.php index e954d3a3..5c456cc7 100644 --- a/HttpServer/Route/Router.php +++ b/HttpServer/Route/Router.php @@ -75,10 +75,7 @@ class Router extends HttpService implements RouterInterface * @param $port * @param Closure|array|string $closure * @param null $method - * @throws ConfigException - * @throws ReflectionException - * @throws NotFindClassException - * @throws Exception + * @throws */ public function addPortListen($port, Closure|array|string $closure, $method = null) {