Completed
Push — master ( 87a330...eb5562 )
by Pol
02:38
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.
src/Plugin/RychRandom/Generator/RandomOrg.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc\Plugin\RychRandom\Generator;
4 4
 
5
-use drupol\Yaroc\RandomOrgAPI;
6 5
 use Rych\Random\Generator\GeneratorInterface;
6
+use drupol\Yaroc\RandomOrgAPI;
7 7
 
8 8
 /**
9 9
  * The Random.Org Generator.
Please login to merge, or discard this patch.