diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 15ec5af1..41924a95 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -305,6 +305,8 @@ class Loader extends BaseObject $tree = $tree->getChild($value); } } + + var_dump($tree); if ($tree instanceof FileTree) { $this->eachNode($tree->getChildes()); $this->execute($tree->getFiles());