Completed
Push — master ( 37e60c...4e2f07 )
by Pol
05:19
created
src/Http/Client.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc\Http;
4 4
 
5
-use drupol\Yaroc\Plugin\MethodPluginInterface;
6 5
 use Http\Client\Common\HttpMethodsClient;
7 6
 use Http\Client\Common\Plugin;
8
-use Http\Client\Common\Plugin\HeaderDefaultsPlugin;
9 7
 use Http\Client\Common\PluginClient;
8
+use Http\Client\Common\Plugin\HeaderDefaultsPlugin;
10 9
 use Http\Client\Exception\NetworkException;
11 10
 use Http\Client\HttpClient;
12 11
 use Http\Discovery\HttpClientDiscovery;
@@ -16,6 +15,7 @@  discard block
 block discarded – undo
16 15
 use Psr\Http\Message\ResponseInterface;
17 16
 use Psr\Http\Message\UriInterface;
18 17
 use Psr\Log\LoggerInterface;
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc;
4 4
 
5
+use Http\Client\HttpClient;
6
+use Psr\Http\Message\ResponseInterface;
5 7
 use drupol\Yaroc\Http\Client;
6 8
 use drupol\Yaroc\Plugin\MethodPluginInterface;
7 9
 use drupol\Yaroc\Plugin\MethodPluginManager;
8
-use Http\Client\HttpClient;
9
-use Psr\Http\Message\ResponseInterface;
10 10
 
11 11
 /**
12 12
  * Class RandomOrgAPIClient
Please login to merge, or discard this patch.