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