| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class TargetClassListener implements AnnotationListenerInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var TypeResolver |
||
| 18 | */ |
||
| 19 | private $resolver; |
||
| 20 | /** |
||
| 21 | * @var ContextFactory |
||
| 22 | */ |
||
| 23 | private $contextFactory; |
||
| 24 | |||
| 25 | public function __construct() |
||
| 29 | } |
||
| 30 | |||
| 31 | public function accept(ReflectionProperty $reflection, PropertyMapping $descriptor, $annotation): void |
||
| 47 |