diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 815a5a4a..55bcc66d 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -259,9 +259,7 @@ class Loader extends BaseObject /** * @param string $filePath - * @param string|null $output * @return $this - * @throws Exception */ private function each(string $filePath): static { @@ -348,6 +346,7 @@ class Loader extends BaseObject } foreach ($classes as $className) { $annotations = $this->_classes[$className] ?? null; + var_dump($annotations); if ($annotations === null) { continue; }