Completed
Push — master ( 68cda6...ef4a6b )
by Arthur
01:57
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
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     }
109 109
 
110 110
     /**
111
-     * @return mixed|resource
111
+     * @return resource|null
112 112
      * @throws \InvalidArgumentException
113 113
      */
114 114
     private function getStreamContext()
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * Sends message to opened socket connection client->server
209 209
      *
210
-     * @param $payload
210
+     * @param string $payload
211 211
      * @param string $opcode
212 212
      * @throws \InvalidArgumentException
213 213
      * @throws BadOpcodeException
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
      *
278 278
      * @param integer $status http://tools.ietf.org/html/rfc6455#section-7.4
279 279
      * @param string $message A closing message, max 125 bytes.
280
-     * @return bool|null|string
280
+     * @return null|string
281 281
      * @throws \InvalidArgumentException
282 282
      * @throws BadOpcodeException
283 283
      * @throws BadUriException
Please login to merge, or discard this patch.