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