Passed
Branch master (040845)
by Kirill
03:55
created
src/GitterSystem.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -12,11 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.