Passed
Push — master ( 88f484...d4ad18 )
by Mathijs
03:01
created
src/services/MqManagermentService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 
6 6
 use mcorten87\rabbitmq_api\MqManagementConfig;
7 7
 use mcorten87\rabbitmq_api\MqManagementFactory;
8
-use mcorten87\rabbitmq_api\objects\Host;
9
-use mcorten87\rabbitmq_api\objects\Password;
10
-use mcorten87\rabbitmq_api\objects\User;
11 8
 
12 9
 class MqManagermentService
13 10
 {
Please login to merge, or discard this patch.
src/mappers/JobDefinitionListVirtualHostMapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use mcorten87\rabbitmq_api\jobs\JobDefinitionListVirtualHost;
7 7
 use mcorten87\rabbitmq_api\objects\Method;
8 8
 use mcorten87\rabbitmq_api\objects\Url;
9
-use mcorten87\rabbitmq_api\services\MqManagementConfig;
10 9
 
11 10
 class JobDefinitionListVirtualHostMapper extends BaseMapper
12 11
 {
Please login to merge, or discard this patch.
src/mappers/JobConnectionListVirtualHostMapper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use mcorten87\rabbitmq_api\jobs\JobBase;
6 6
 use mcorten87\rabbitmq_api\jobs\JobConnectionListVirtualHost;
7
-use mcorten87\rabbitmq_api\jobs\JobDefinitionListVirtualHost;
8 7
 use mcorten87\rabbitmq_api\objects\Method;
9 8
 use mcorten87\rabbitmq_api\objects\Url;
10
-use mcorten87\rabbitmq_api\services\MqManagementConfig;
11 9
 
12 10
 class JobConnectionListVirtualHostMapper extends BaseMapper
13 11
 {
Please login to merge, or discard this patch.