Total Complexity | 7 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
30 | final class BuiltinAnnotationReader implements AnnotationReaderInterface |
||
31 | { |
||
32 | /** |
||
33 | * @throws LogicException If the PHP version less than 8.0. |
||
34 | */ |
||
35 | public function __construct() |
||
42 | )); |
||
43 | } // @codeCoverageIgnoreEnd |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @inheritDoc |
||
48 | */ |
||
49 | 2079 | public function getAnnotations(string $name, $holder): Generator |
|
67 |