Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | final class ProductNameBuilder extends AbstractBuilder |
||
21 | { |
||
22 | /** |
||
23 | * @var ConcatedNameResolverInterface |
||
24 | */ |
||
25 | private $productNameNameResolver; |
||
26 | |||
27 | /** |
||
28 | * @param ConcatedNameResolverInterface $productNameNameResolver |
||
29 | */ |
||
30 | public function __construct(ConcatedNameResolverInterface $productNameNameResolver) |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function buildProperty(TransformEvent $event): void |
||
57 |