diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 4f37fbca..3ecc8545 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -254,6 +254,11 @@ class Loader extends BaseObject foreach ($directory as $value) { $tree = $this->getTree($tree, $value); } + + if ($filePath == '/Websocket/Connect.php') { + var_dump($tree); + } + if ($tree instanceof FileTree) { $tree->addFile($className); }