This commit is contained in:
2021-04-13 17:49:31 +08:00
parent 1673b9aae5
commit 4772f6a41d
+1 -1
View File
@@ -80,7 +80,7 @@ class Router extends HttpService implements RouterInterface
* @param Closure|array|string $closure
* @param null $method
* @return Node|bool|null
* @throws Exception
* @throws
*/
public function addPortListen($port, Closure|array|string $closure, $method = null): Node|null|bool
{