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