Completed
Pull Request — master (#5)
by Adam
01:45
created
src/IPub/MQTTClient/Flow/Envelope.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -130,6 +130,7 @@
 block discarded – undo
130 130
 
131 131
 	/**
132 132
 	 * {@inheritdoc}
133
+	 * @return string|null
133 134
 	 */
134 135
 	public function getErrorMessage()
135 136
 	{
Please login to merge, or discard this patch.
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.