diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 1fa00de5..20b16e78 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -278,6 +278,7 @@ class Loader extends BaseObject } $tree = $this->getTree($tree, $value); } + var_dump($tree); if ($tree instanceof FileTree) { $this->eachNode($tree->getChildes()); $this->execute($tree->getFiles());