@@ -129,7 +129,7 @@ |
||
129 | 129 | } |
130 | 130 | |
131 | 131 | /** |
132 | - * @return \Traversable|ChannelInterface[]|GitterChannel[] |
|
132 | + * @return \Generator |
|
133 | 133 | * @throws \Exception |
134 | 134 | * @throws \GuzzleHttp\Exception\ClientException |
135 | 135 | * @throws \InvalidArgumentException |
@@ -12,11 +12,7 @@ |
||
12 | 12 | use Gitter\Client; |
13 | 13 | use Karma\Platform\Io\AbstractSystem; |
14 | 14 | use Karma\Platform\Io\ChannelInterface; |
15 | -use Karma\Platform\Io\SystemInterface; |
|
16 | 15 | use Karma\Platform\Io\UserInterface; |
17 | -use Karma\Platform\Support\IdentityMap; |
|
18 | -use Karma\Platform\Support\Loggable; |
|
19 | -use Karma\Platform\Support\LoggableInterface; |
|
20 | 16 | use Psr\Log\LoggerInterface; |
21 | 17 | use React\EventLoop\LoopInterface; |
22 | 18 |