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