Completed
Push — master ( 8cd4aa...5759cd )
by Pol
01:45
created
src/Plugin/RandomLib/Source/RandomOrg.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc\Plugin\RandomLib\Source;
4 4
 
5
+use SecurityLib\Strength;
5 6
 use drupol\Yaroc\Plugin\Provider;
6 7
 use drupol\Yaroc\RandomOrgAPI;
7 8
 use drupol\Yaroc\RandomOrgAPIInterface;
8
-use SecurityLib\Strength;
9 9
 
10 10
 /**
11 11
  * The Random.Org Source.
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,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc\Plugin\RychRandom\Generator;
4 4
 
5
+use Rych\Random\Generator\GeneratorInterface;
5 6
 use drupol\Yaroc\Plugin\Provider;
6 7
 use drupol\Yaroc\RandomOrgAPI;
7 8
 use drupol\Yaroc\RandomOrgAPIInterface;
8
-use Rych\Random\Generator\GeneratorInterface;
9 9
 
10 10
 /**
11 11
  * The Random.Org Generator.
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,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace drupol\Yaroc;
4 4
 
5
-use drupol\Yaroc\Plugin\ProviderInterface;
5
+use Http\Client\Common\PluginClient;
6 6
 use Http\Client\Common\Plugin\HeaderDefaultsPlugin;
7 7
 use Http\Client\Common\Plugin\RetryPlugin;
8
-use Http\Client\Common\PluginClient;
9 8
 use Http\Client\HttpClient;
10 9
 use Http\Discovery\HttpClientDiscovery;
11 10
 use Psr\Http\Message\ResponseInterface;
12 11
 use Symfony\Component\Dotenv\Dotenv;
12
+use drupol\Yaroc\Plugin\ProviderInterface;
13 13
 
14 14
 /**
15 15
  * Class RandomOrgAPI.
Please login to merge, or discard this patch.