Completed
Push — master ( fe9971...02f087 )
by adam
07:07
created
src/MediawikiApi.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\Client;
6 6
 use GuzzleHttp\ClientInterface;
7
-use GuzzleHttp\Cookie\CookieJar;
8 7
 use GuzzleHttp\Exception\RequestException;
9 8
 use GuzzleHttp\Promise\PromiseInterface;
10 9
 use InvalidArgumentException;
@@ -13,7 +12,6 @@  discard block
 block discarded – undo
13 12
 use Psr\Log\LoggerInterface;
14 13
 use Psr\Log\LogLevel;
15 14
 use Psr\Log\NullLogger;
16
-use RuntimeException;
17 15
 
18 16
 /**
19 17
  * @author Addshore
Please login to merge, or discard this patch.