Total Complexity | 2 |
Total Lines | 79 |
Duplicated Lines | 0 % |
Coverage | 88.89% |
Changes | 0 |
1 | <?php |
||
14 | final class InternalAnnotations |
||
15 | { |
||
16 | /** |
||
17 | * @return string[] |
||
18 | */ |
||
19 | public static function getNames() : iterable |
||
20 | { |
||
21 | yield Enum::class; |
||
|
|||
22 | yield IgnoreAnnotation::class; |
||
23 | yield Required::class; |
||
24 | yield Target::class; |
||
25 | } |
||
26 | |||
27 | 278 | public static function createMetadata() : MetadataCollection |
|
93 | ) |
||
94 | ) |
||
98 |