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;