| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | public static function get(): AnnotationMetadata |
||
| 16 | { |
||
| 17 | return new AnnotationMetadata( |
||
| 18 | AnnotationWithConstants::class, |
||
| 19 | new AnnotationTarget(AnnotationTarget::TARGET_ALL), |
||
| 20 | false, |
||
| 21 | [ |
||
| 22 | // TODO: Add other properties |
||
| 23 | new PropertyMetadata( |
||
| 24 | 'value', |
||
| 25 | new MixedType(), |
||
| 26 | true |
||
| 27 | ) |
||
| 32 |