From 324f22f0b5c1c36b4d91a6ef5cfe2d3ae80bde21 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:11:54 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 41924a95..b7a19ccf 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -305,13 +305,10 @@ class Loader extends BaseObject $tree = $tree->getChild($value); } } - - var_dump($tree); if ($tree instanceof FileTree) { $this->eachNode($tree->getChildes()); $this->execute($tree->getFiles()); } - return $this; } @@ -352,6 +349,7 @@ class Loader extends BaseObject if (empty($classes)) { return; } + var_dump($classes); foreach ($classes as $className) { if (!isset($this->_classes[$className])) { continue;