From ea4fe5f390e2ee15375feb90271c271356bc5f3c Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Wed, 21 Apr 2021 01:52:48 +0800 Subject: [PATCH] modify --- HttpServer/Route/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index aa047184..ce48b513 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -549,7 +549,7 @@ class Node extends HttpService * @return Validator|bool * @throws Exception */ - private function runValidator($dispatchParams): Validator|bool + private function runValidator($dispatchParams): string { /** @var HttpFilter $filter */ $filter = Snowflake::app()->get('filter');