Completed
Branch master (0c86b1)
by Kamil
03:29
created
src/Channel-Zmq/Connection/ConnectionPool.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @param $id
195
+     * @param string $id
196 196
      * @return bool
197 197
      */
198 198
     public function registerHeartbeat($id)
Please login to merge, or discard this patch.
src/Channel-Zmq/ZmqModel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -493,7 +493,7 @@  discard block
 block discarded – undo
493 493
 
494 494
     /**
495 495
      * @param int $type
496
-     * @return int string
496
+     * @return string string
497 497
      */
498 498
     private function getSocketConnectorType($type)
499 499
     {
@@ -510,7 +510,7 @@  discard block
 block discarded – undo
510 510
 
511 511
     /**
512 512
      * @param int $type
513
-     * @return int string
513
+     * @return string string
514 514
      */
515 515
     private function getSocketDisconnectorType($type)
516 516
     {
@@ -545,7 +545,7 @@  discard block
 block discarded – undo
545 545
 
546 546
     /**
547 547
      * @param Connection $conn
548
-     * @param $message
548
+     * @param string[] $message
549 549
      * @return mixed
550 550
      */
551 551
     private function recvMessage(Connection $conn, $message)
Please login to merge, or discard this patch.