diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 4c42d639..375bd84c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -326,6 +326,7 @@ class Loader extends BaseObject foreach ($nodes as $node) { $childes = $node->getChildes(); if (!empty($childes)) { + var_dump($childes); $this->eachNode($childes); } $this->execute($node->getFiles());