| Total Complexity | 2 |
| Total Lines | 79 |
| Duplicated Lines | 0 % |
| Coverage | 88.89% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class InternalAnnotations |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @return string[] |
||
| 21 | */ |
||
| 22 | public static function getNames() : iterable |
||
| 23 | { |
||
| 24 | yield Enum::class; |
||
|
|
|||
| 25 | yield IgnoreAnnotation::class; |
||
| 26 | yield Required::class; |
||
| 27 | yield Target::class; |
||
| 28 | } |
||
| 29 | |||
| 30 | 290 | public static function createMetadata() : MetadataCollection |
|
| 96 | ) |
||
| 97 | ) |
||
| 101 |