diff --git a/Annotation/FileTree.php b/Annotation/FileTree.php index 4474fe5f..bc491952 100644 --- a/Annotation/FileTree.php +++ b/Annotation/FileTree.php @@ -64,6 +64,7 @@ class FileTree */ public function getDirPath(): string { + var_dump($this->_filePath); return $this->_filePath; }