更新注解版本

This commit is contained in:
2024-04-16 11:24:03 +08:00
parent 09e43b807e
commit 39f42f5910
6 changed files with 231 additions and 387 deletions

View File

@@ -60,7 +60,6 @@ class NodeBase
list($nodeList, $controllerList) = [[], $this->getControllerList()];
if (!empty($controllerList)) {
AnnotationRegistry::registerLoader('class_exists');
$parser = new DocParser();
$parser->setIgnoreNotImportedAnnotations(true);
$reader = new AnnotationReader($parser);