Completed
Push — master ( 040845...784fee )
by Kirill
02:34
created
src/GitterChannel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @param string|null $beforeId
57
-     * @return \Traversable|MessageInterface[]
57
+     * @return \Generator
58 58
      * @throws \Exception
59 59
      * @throws \GuzzleHttp\Exception\ClientException
60 60
      * @throws \InvalidArgumentException
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace Karma\System\Gitter;
11 11
 
12
-use Karma\Platform\Io\UserInterface;
13 12
 use Karma\Platform\Io\AbstractChannel;
14 13
 use Karma\Platform\Io\SystemInterface;
15 14
 use Karma\Platform\Io\MessageInterface;
Please login to merge, or discard this patch.