Passed
Push — master ( 958a85...6386e9 )
by Adam
50s queued 10s
created
src/IPub/MQTTClient/DI/MQTTClientExtension.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -18,16 +18,10 @@
 block discarded – undo
18 18
 
19 19
 use Nette;
20 20
 use Nette\DI;
21
-use Nette\PhpGenerator as Code;
22
-
23 21
 use BinSoul\Net\Mqtt;
24
-
25 22
 use Symfony\Component\EventDispatcher;
26
-
27 23
 use React;
28
-
29 24
 use Psr\Log;
30
-
31 25
 use IPub\MQTTClient;
32 26
 use IPub\MQTTClient\Client;
33 27
 use IPub\MQTTClient\Commands;
Please login to merge, or discard this patch.
src/IPub/MQTTClient/Events/SubscribeEvent.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 	private $client;
42 42
 
43 43
 	/**
44
-	 * @param Mqtt\Message $message
45 44
 	 * @param Client\IClient $client
46 45
 	 */
47 46
 	public function __construct(
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,7 @@
 block discarded – undo
15 15
 namespace IPub\MQTTClient\Events;
16 16
 
17 17
 use Symfony\Contracts\EventDispatcher;
18
-
19 18
 use BinSoul\Net\Mqtt;
20
-
21 19
 use IPub\MQTTClient\Client;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.
src/IPub/MQTTClient/Events/UnsubscribeEvent.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 	private $client;
42 42
 
43 43
 	/**
44
-	 * @param Mqtt\Message $message
45 44
 	 * @param Client\IClient $client
46 45
 	 */
47 46
 	public function __construct(
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,7 @@
 block discarded – undo
15 15
 namespace IPub\MQTTClient\Events;
16 16
 
17 17
 use Symfony\Contracts\EventDispatcher;
18
-
19 18
 use BinSoul\Net\Mqtt;
20
-
21 19
 use IPub\MQTTClient\Client;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.