Completed
Branch master (60b2be)
by Pol
05:35 queued 02:53
created
src/Http/Client.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  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 7
 use Http\Client\Common\PluginClient;
@@ -14,6 +13,7 @@  discard block
 block discarded – undo
14 13
 use Http\Message\UriFactory;
15 14
 use Psr\Http\Message\ResponseInterface;
16 15
 use Psr\Http\Message\UriInterface;
16
+use drupol\Yaroc\Plugin\MethodPluginInterface;
17 17
 
18 18
 /**
19 19
  * 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 drupol\Yaroc\Http\Client;
6
-use drupol\Yaroc\Plugin\MethodPluginInterface;
7
-use drupol\Yaroc\Plugin\MethodPluginManager;
8 5
 use Http\Client\Common\Plugin;
9 6
 use Http\Client\HttpClient;
10 7
 use Http\Message\UriFactory;
11 8
 use Psr\Http\Message\ResponseInterface;
9
+use drupol\Yaroc\Http\Client;
10
+use drupol\Yaroc\Plugin\MethodPluginInterface;
11
+use drupol\Yaroc\Plugin\MethodPluginManager;
12 12
 
13 13
 /**
14 14
  * Class RandomOrgAPIClient
Please login to merge, or discard this patch.