diff --git a/Annotation/Loader.php b/Annotation/Loader.php index aa016a6c..aa7a7bdb 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -277,6 +277,7 @@ class Loader extends BaseObject $out_path = ''; foreach ($directory as $key => $value) { $out_path .= DIRECTORY_SEPARATOR . $value; + var_dump($out_path); if ($out_path !== $output) { $tree = $this->getTree($tree, $value); }