Completed
Pull Request — master (#6)
by Adam
07:08
created
src/IPub/MQTTClient/Client/Client.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -17,17 +17,13 @@
 block discarded – undo
17 17
 namespace IPub\MQTTClient\Client;
18 18
 
19 19
 use Closure;
20
-
21 20
 use Nette;
22
-
23 21
 use React\EventLoop;
24 22
 use React\Dns;
25 23
 use React\Promise;
26 24
 use React\Socket;
27 25
 use React\Stream;
28
-
29 26
 use BinSoul\Net\Mqtt;
30
-
31 27
 use IPub\MQTTClient\Configuration;
32 28
 use IPub\MQTTClient\Exceptions;
33 29
 use IPub\MQTTClient\Flow;
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.