Passed
Push — master ( 958a85...6386e9 )
by Adam
50s queued 10s
created
src/IPub/MQTTClient/Events/SubscribeEvent.php 1 patch
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.
src/IPub/MQTTClient/Events/UnsubscribeEvent.php 1 patch
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.