Completed
Push — master ( 1e949f...87ce65 )
by
unknown
05:29 queued 03:21
created
src/Connection/Connection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
 
231 231
     /**
232 232
      * @param MessageInterface $message
233
-     * @return mixed
233
+     * @return MessageInterface
234 234
      */
235 235
     private function utf8Converter(MessageInterface $message): MessageInterface
236 236
     {
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
     }
383 383
 
384 384
     /**
385
-     * @param $length
385
+     * @param integer $length
386 386
      * @return string
387 387
      * @throws Exception
388 388
      */
Please login to merge, or discard this patch.