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