Completed
Push — master ( 2651dd...a129fb )
by Timo
23s
created
src/Tidal/WampWatch/MonitorTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -135,6 +135,9 @@
 block discarded – undo
135 135
             : $this->subscriptionCollection = new SubscriptionCollection($this->session);
136 136
     }
137 137
 
138
+    /**
139
+     * @param string $pocedure
140
+     */
138 141
     protected function setInitialCall($pocedure, callable $callback)
139 142
     {
140 143
         $this->initialCallProcedure = (string)$pocedure;
Please login to merge, or discard this patch.