| 1 | <?php |
||
| 20 | final class ChannelContext implements Context |
||
| 21 | { |
||
| 22 | /** @var SharedStorageInterface */ |
||
| 23 | private $sharedStorage; |
||
| 24 | |||
| 25 | public function __construct(SharedStorageInterface $sharedStorage) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @When /^I change my current (channel to "([^"]+)")$/ |
||
| 32 | */ |
||
| 33 | public function iChangeMyCurrentChannelTo(ChannelInterface $channel): void |
||
| 37 | } |
||
| 38 |