Completed
Pull Request — master (#36)
by Timo
06:44
created
src/Tidal/WampWatch/Stub/ClientSessionStub.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
      *
219 219
      * @param string $procedureName
220 220
      *
221
-     * @return \React\Promise\Promise|false
221
+     * @return \React\Promise\PromiseInterface
222 222
      */
223 223
     public function unregister($procedureName)
224 224
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Thruway\Message\RegisteredMessage;
19 19
 use Thruway\Message\SubscribedMessage;
20 20
 use Thruway\Message\UnregisteredMessage;
21
-use Thruway\Message\ErrorMessage;
22 21
 use Tidal\WampWatch\ClientSessionInterface;
23 22
 use Tidal\WampWatch\Exception\UnknownProcedureException;
24 23
 use Tidal\WampWatch\Exception\UnknownTopicException;
Please login to merge, or discard this patch.