Completed
Push — master ( 18dfe1...919482 )
by Pol
11:59
created
src/Http/Client.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,9 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc\Http;
4 4
 
5
-use drupol\Yaroc\Http\Client\Common\Plugin\LoggerPlugin;
6
-use drupol\Yaroc\Http\Message\Formatter\Formatter;
7
-use drupol\Yaroc\Plugin\MethodPluginInterface;
8 5
 use Http\Client\Common\HttpMethodsClient;
9
-use Http\Client\Common\Plugin\HeaderDefaultsPlugin;
10 6
 use Http\Client\Common\PluginClient;
7
+use Http\Client\Common\Plugin\HeaderDefaultsPlugin;
11 8
 use Http\Client\HttpClient;
12 9
 use Http\Discovery\HttpClientDiscovery;
13 10
 use Http\Discovery\MessageFactoryDiscovery;
@@ -16,6 +13,9 @@  discard block
 block discarded – undo
16 13
 use Psr\Http\Message\ResponseInterface;
17 14
 use Psr\Http\Message\UriInterface;
18 15
 use Psr\Log\LoggerInterface;
16
+use drupol\Yaroc\Http\Client\Common\Plugin\LoggerPlugin;
17
+use drupol\Yaroc\Http\Message\Formatter\Formatter;
18
+use drupol\Yaroc\Plugin\MethodPluginInterface;
19 19
 
20 20
 /**
21 21
  * Class Client
Please login to merge, or discard this patch.
src/RandomOrgAPI.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,15 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc;
4 4
 
5
-use drupol\Yaroc\Http\Client;
6
-use drupol\Yaroc\Log\Logger;
7
-use drupol\Yaroc\Plugin\MethodPluginInterface;
8
-use drupol\Yaroc\Plugin\MethodPluginManager;
9 5
 use Http\Client\HttpClient;
10
-use Http\Message\Decorator\ResponseDecorator;
11 6
 use Mockery\Generator\Method;
12 7
 use Psr\Http\Message\ResponseInterface;
13 8
 use Psr\Log\LoggerInterface;
9
+use drupol\Yaroc\Http\Client;
10
+use drupol\Yaroc\Log\Logger;
11
+use drupol\Yaroc\Plugin\MethodPluginInterface;
12
+use drupol\Yaroc\Plugin\MethodPluginManager;
14 13
 
15 14
 /**
16 15
  * Class RandomOrgAPIClient
Please login to merge, or discard this patch.