| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class ParentsAnnotationListener implements StructureAnnotationListenerInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var TypeResolver |
||
| 16 | */ |
||
| 17 | private $resolver; |
||
| 18 | /** |
||
| 19 | * @var ContextFactory |
||
| 20 | */ |
||
| 21 | private $contextFactory; |
||
| 22 | |||
| 23 | public function __construct() |
||
| 27 | } |
||
| 28 | |||
| 29 | public function accept(ReflectionClass $reflection, Descriptor $descriptor, $annotation): void |
||
| 42 |