Completed
Push — master ( f77ece...ab923c )
by Arthur
01:39
created
src/Components/WscMain.php 1 patch
Doc Comments   +7 added lines, -4 removed lines patch added patch discarded remove patch
@@ -184,6 +184,9 @@  discard block
 block discarded – undo
184 184
         return $this->options['fragment_size'];
185 185
     }
186 186
 
187
+    /**
188
+     * @param string $payload
189
+     */
187 190
     public function send($payload, $opcode = 'text', $masked = true)
188 191
     {
189 192
         if (!$this->isConnected) {
@@ -217,10 +220,10 @@  discard block
 block discarded – undo
217 220
     }
218 221
 
219 222
     /**
220
-     * @param $final
221
-     * @param $payload
222
-     * @param $opcode
223
-     * @param $masked
223
+     * @param boolean $final
224
+     * @param string $payload
225
+     * @param string $opcode
226
+     * @param boolean $masked
224 227
      * @throws ConnectionException
225 228
      * @throws \Exception
226 229
      */
Please login to merge, or discard this patch.