@@ -10,11 +10,9 @@ |
||
| 10 | 10 | namespace Karma\System\Gitter; |
| 11 | 11 | |
| 12 | 12 | use Karma\Platform\Ast\NodeList; |
| 13 | -use Karma\Platform\Io\UserInterface; |
|
| 14 | 13 | use Karma\Platform\Io\AbstractChannel; |
| 15 | 14 | use Karma\Platform\Io\SystemInterface; |
| 16 | 15 | use Karma\Platform\Io\MessageInterface; |
| 17 | -use SebastianBergmann\CodeCoverage\Report\Xml\Node; |
|
| 18 | 16 | |
| 19 | 17 | /** |
| 20 | 18 | * Class GitterChannel |