The expression yield Doctrine\Annotations\Annotation\Enum::class returns the type Generator which is incompatible with the documented return type string[].
Loading history...
22
yield IgnoreAnnotation::class;
23
yield Required::class;
24
yield Target::class;
25
}
26
27
278
public static function createMetadata() : MetadataCollection