| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class ProductShortDescriptionBuilder extends AbstractBuilder |
||
| 20 | { |
||
| 21 | /** @var ConcatedNameResolverInterface */ |
||
| 22 | private $productShortDescriptionNameResolver; |
||
| 23 | |||
| 24 | public function __construct(ConcatedNameResolverInterface $productShortDescriptionNameResolver) |
||
| 27 | } |
||
| 28 | |||
| 29 | public function consumeEvent(PostTransformEvent $event): void |
||
| 46 |