diff --git a/Scanner.php b/Scanner.php index 8fea8a8..58ac81b 100644 --- a/Scanner.php +++ b/Scanner.php @@ -367,6 +367,7 @@ class Scanner extends Component */ private function processMethodAttributes(ReflectionMethod $method, string $class): void { + var_dump($class); foreach ($method->getAttributes() as $attribute) { $attributeName = $attribute->getName();