Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class ProductTaxonPositionPropertyBuilder extends AbstractBuilder |
||
11 | { |
||
12 | /** @var ConcatedNameResolverInterface */ |
||
13 | private $taxonPositionNameResolver; |
||
14 | |||
15 | public function __construct(ConcatedNameResolverInterface $taxonPositionNameResolver) |
||
18 | } |
||
19 | |||
20 | public function consumeEvent(TransformEvent $event): void |
||
34 |