| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | final class BuiltinAnnotationReader implements AnnotationReaderInterface |
||
| 31 | { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Constructor of the class |
||
| 35 | * |
||
| 36 | * @throws LogicException If the PHP version less than 8.0. |
||
| 37 | */ |
||
| 38 | public function __construct() |
||
| 45 | )); |
||
| 46 | } // @codeCoverageIgnoreEnd |
||
| 47 | } |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @inheritDoc |
||
| 51 | */ |
||
| 52 | 541 | public function getAnnotations(string $name, $holder): Generator |
|
| 65 |