| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class ChannelsBuilder extends AbstractBuilder |
||
| 18 | { |
||
| 19 | /** @var string */ |
||
| 20 | private $channelsProperty; |
||
| 21 | |||
| 22 | public function __construct(string $channelsProperty) |
||
| 23 | { |
||
| 24 | $this->channelsProperty = $channelsProperty; |
||
| 25 | } |
||
| 26 | |||
| 27 | public function consumeEvent(PostTransformEvent $event): void |
||
| 40 | } |
||
| 41 | ); |
||
| 44 |