| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class ProductMainTaxonPositionPropertyBuilder extends AbstractBuilder |
||
| 11 | { |
||
| 12 | /** @var ConcatedNameResolverInterface */ |
||
| 13 | private $taxonPositionNameResolver; |
||
| 14 | |||
| 15 | public function __construct(ConcatedNameResolverInterface $taxonPositionNameResolver) |
||
| 16 | { |
||
| 17 | $this->taxonPositionNameResolver = $taxonPositionNameResolver; |
||
| 18 | } |
||
| 19 | |||
| 20 | public function consumeEvent(TransformEvent $event): void |
||
| 33 | ); |
||
| 34 | } |
||
| 38 |