@@ -54,7 +54,7 @@ |
||
| 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 |
@@ -9,7 +9,6 @@ |
||
| 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; |