| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class ProductDescriptionBuilder extends AbstractBuilder |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var ConcatedNameResolverInterface |
||
| 17 | */ |
||
| 18 | private $productDescriptionNameResolver; |
||
| 19 | |||
| 20 | public function __construct(ConcatedNameResolverInterface $productDescriptionNameResolver) |
||
| 23 | } |
||
| 24 | |||
| 25 | public function consumeEvent(TransformEvent $event): void |
||
| 40 |