We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98647ae commit f6ce4c9Copy full SHA for f6ce4c9
src/Annotation/AnnotationCollector.php
@@ -52,7 +52,7 @@ public static function getClassByAnnotation(string $annotation): array
52
return self::getClassesByAnnotation($annotation);
53
}
54
55
- public static function getClassesByAnnotation(string $annotation)
+ public static function getClassesByAnnotation(string $annotation): array
56
{
57
$result = [];
58
foreach (static::$container as $class => $metadata) {
0 commit comments