Completed
Push — master ( c89762...e8d187 )
by Pol
03:02 queued 15s
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   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc;
4 4
 
5
+use Http\Client\HttpClient;
6
+use Psr\Http\Message\ResponseInterface;
7
+use Psr\Log\LoggerInterface;
5 8
 use drupol\Yaroc\Http\Client;
6 9
 use drupol\Yaroc\Log\Logger;
7 10
 use drupol\Yaroc\Plugin\MethodPluginInterface;
8 11
 use drupol\Yaroc\Plugin\MethodPluginManager;
9
-use Http\Client\HttpClient;
10
-use Psr\Http\Message\ResponseInterface;
11
-use Psr\Log\LoggerInterface;
12 12
 
13 13
 /**
14 14
  * Class RandomOrgAPIClient
Please login to merge, or discard this patch.