Completed
Pull Request — master (#39)
by Timo
02:34
created
src/Tidal/WampWatch/Stub/ClientSessionStub.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
         $this->subscriptions[$topicName] = $futureResult;
110 110
         $this->subscribing[$topicName] = new SubscribeMessage(
111 111
             count($this->subscriptions),
112
-            (object)$options,
112
+            (object) $options,
113 113
             $topicName
114 114
         );
115 115
 
Please login to merge, or discard this patch.