Skip to content

Commit 02a2d98

Browse files
authored
Update src/Config/Parser/AttributeParser.php
1 parent ed9d056 commit 02a2d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Parser/AttributeParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function getMetadatas(Reflector $reflector): array
2727
case $reflector instanceof ReflectionProperty:
2828
case $reflector instanceof ReflectionClassConstant:
2929
if (is_callable([$reflector, 'getAttributes'])) {
30-
$attributes = $reflector->getAttributes(Annotation::class, \ReflectionAttribute::IS_INSTANCEOF);
30+
$attributes = $reflector->getAttributes(Annotation::class, ReflectionAttribute::IS_INSTANCEOF);
3131
}
3232
}
3333

0 commit comments

Comments
 (0)