From de0a39d20739d155059b5558ac31cd4edb2b7993 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 31 Dec 2025 01:09:30 +0800 Subject: [PATCH] eee --- Scanner.php | 1 + 1 file changed, 1 insertion(+) 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();