diff --git a/Annotation/Loader.php b/Annotation/Loader.php index cc987b48..95b8fc69 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -397,6 +397,7 @@ class Loader extends BaseObject return; } foreach ($classes as $className) { + var_dump($className); $annotations = $this->_classes[$className] ?? null; if ($annotations === null) { continue;