We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9d056 commit 02a2d98Copy full SHA for 02a2d98
src/Config/Parser/AttributeParser.php
@@ -27,7 +27,7 @@ public static function getMetadatas(Reflector $reflector): array
27
case $reflector instanceof ReflectionProperty:
28
case $reflector instanceof ReflectionClassConstant:
29
if (is_callable([$reflector, 'getAttributes'])) {
30
- $attributes = $reflector->getAttributes(Annotation::class, \ReflectionAttribute::IS_INSTANCEOF);
+ $attributes = $reflector->getAttributes(Annotation::class, ReflectionAttribute::IS_INSTANCEOF);
31
}
32
33
0 commit comments