| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 58.33% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | final class AnnotationReader implements AnnotationReaderInterface |
||
| 29 | { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Constructor of the class |
||
| 33 | * |
||
| 34 | * @throws LogicException If PHP version less than 8.0. |
||
| 35 | */ |
||
| 36 | 506 | public function __construct() |
|
| 42 | )); |
||
| 43 | } |
||
| 44 | } |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @inheritDoc |
||
| 48 | */ |
||
| 49 | 501 | public function getAnnotations(ReflectionProperty $target, string $name): Generator |
|
| 61 |