eee
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user