This commit is contained in:
2021-04-22 14:22:11 +08:00
parent 6a085db0b4
commit 397bc3c80f
3 changed files with 30 additions and 27 deletions
+5 -4
View File
@@ -545,10 +545,11 @@ class Node extends HttpService
}
/**
* @return Validator|bool
* @throws Exception
*/
/**
* @param $dispatchParams
* @return mixed
* @throws Exception
*/
private function runValidator($dispatchParams): mixed
{
/** @var HttpFilter $filter */