Passed
Push — master ( 5a21ba...beb1d4 )
by Adam
02:10
created
src/IPub/MQTTClient/Logger/Console.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,7 @@
 block discarded – undo
17 17
 namespace IPub\MQTTClient\Logger;
18 18
 
19 19
 use Nette;
20
-
21 20
 use Psr\Log;
22
-
23 21
 use IPub;
24 22
 
25 23
 /**
Please login to merge, or discard this patch.
src/IPub/MQTTClient/React/Flow.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\MQTTClient\React;
18 18
 
19 19
 use React\Promise;
20
-
21 20
 use BinSoul\Net\Mqtt;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/IPub/MQTTClient/Commands/ClientCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -20,11 +20,8 @@
 block discarded – undo
20 20
 use Symfony\Component\Console\Input;
21 21
 use Symfony\Component\Console\Style;
22 22
 use Symfony\Component\Console\Output;
23
-
24 23
 use Psr\Log;
25
-
26 24
 use BinSoul\Net\Mqtt;
27
-
28 25
 use IPub\MQTTClient\Client;
29 26
 use IPub\MQTTClient\Exceptions;
30 27
 use IPub\MQTTClient\Logger;
Please login to merge, or discard this patch.
src/IPub/MQTTClient/Client/Client.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -18,17 +18,13 @@
 block discarded – undo
18 18
 
19 19
 use Closure;
20 20
 use Exception;
21
-
22 21
 use Nette;
23
-
24 22
 use React\EventLoop;
25 23
 use React\Dns;
26 24
 use React\Promise;
27 25
 use React\Socket;
28 26
 use React\Stream;
29
-
30 27
 use BinSoul\Net\Mqtt;
31
-
32 28
 use IPub\MQTTClient\Configuration;
33 29
 use IPub\MQTTClient\Exceptions;
34 30
 use IPub\MQTTClient\Flow;
Please login to merge, or discard this patch.
src/IPub/MQTTClient/DI/MQTTClientExtension.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -19,13 +19,9 @@
 block discarded – undo
19 19
 use Nette;
20 20
 use Nette\DI;
21 21
 use Nette\Schema;
22
-
23 22
 use Symfony\Component\EventDispatcher;
24
-
25 23
 use React;
26
-
27 24
 use Psr\Log;
28
-
29 25
 use IPub\MQTTClient;
30 26
 use IPub\MQTTClient\Client;
31 27
 use IPub\MQTTClient\Commands;
Please login to merge, or discard this patch.