改名
This commit is contained in:
@@ -45,7 +45,6 @@ class Handler extends HttpService
|
||||
* @param $route
|
||||
* @param $handler
|
||||
* @return Handler|Node|null
|
||||
* @throws ConfigException
|
||||
*/
|
||||
public function handler($route, $handler): Handler|Node|null
|
||||
{
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user