Completed
Push — master ( 5b578b...ff1afe )
by
unknown
06:14
created
PhpAmqpLib/Connection/AbstractConnection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
     /**
520 520
      * Waits for a frame from the server
521 521
      *
522
-     * @param int|float|null $timeout
522
+     * @param integer $timeout
523 523
      * @return array
524 524
      * @throws \Exception
525 525
      * @throws \PhpAmqpLib\Exception\AMQPTimeoutException
@@ -580,7 +580,7 @@  discard block
 block discarded – undo
580 580
      * Waits for a frame from the server destined for a particular channel.
581 581
      *
582 582
      * @param string $channel_id
583
-     * @param int|float|null $timeout
583
+     * @param integer $timeout
584 584
      * @return array
585 585
      */
586 586
     protected function wait_channel($channel_id, $timeout = 0)
Please login to merge, or discard this patch.