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