diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 676e1c16..56f572fa 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -178,7 +178,7 @@ class Node extends HttpService /** * @return array */ - protected function annotation(): array + #[Pure] protected function annotation(): array { $middleWares = $this->getMiddleWares(); $middleWares = $this->annotation_limit($this, $middleWares);