Completed
Push — master ( 0f7687...6db947 )
by Arthur
01:19
created
src/Components/WSClientTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -184,10 +184,10 @@
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @param $final
188
-     * @param $payload
189
-     * @param $opcode
190
-     * @param $masked
187
+     * @param boolean $final
188
+     * @param string $payload
189
+     * @param string $opcode
190
+     * @param boolean $masked
191 191
      * @throws ConnectionException
192 192
      * @throws \Exception
193 193
      */
Please login to merge, or discard this patch.
src/Components/WscMain.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 
155 155
 
156 156
     /**
157
-     * @return mixed|resource
157
+     * @return resource|null
158 158
      * @throws \InvalidArgumentException
159 159
      */
160 160
     private function getStreamContext()
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
     /**
258 258
      * Sends message to opened socket connection client->server
259 259
      *
260
-     * @param $payload
260
+     * @param string $payload
261 261
      * @param string $opcode
262 262
      * @throws \InvalidArgumentException
263 263
      * @throws BadOpcodeException
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
      *
330 330
      * @param integer $status http://tools.ietf.org/html/rfc6455#section-7.4
331 331
      * @param string $message A closing message, max 125 bytes.
332
-     * @return bool|null|string
332
+     * @return null|string
333 333
      * @throws \InvalidArgumentException
334 334
      * @throws BadOpcodeException
335 335
      * @throws BadUriException
Please login to merge, or discard this patch.