Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | final class ChannelPricingBuilder extends AbstractBuilder |
||
22 | { |
||
23 | /** |
||
24 | * @var ConcatedNameResolverInterface |
||
25 | */ |
||
26 | private $channelPricingNameResolver; |
||
27 | |||
28 | /** |
||
29 | * @param ConcatedNameResolverInterface $channelPricingNameResolver |
||
30 | */ |
||
31 | public function __construct(ConcatedNameResolverInterface $channelPricingNameResolver) |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function consumeEvent(TransformEvent $event): void |
||
54 |