Completed
Push — master ( dafd10...eb0376 )
by Ramūnas
12:40 queued 12:38
created
PhpAmqpLib/Channel/AMQPChannel.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * @param AbstractConnection $connection
98 98
      * @param int|null $channel_id
99 99
      * @param bool $auto_decode
100
-     * @param int|float $channel_rpc_timeout
100
+     * @param integer $channel_rpc_timeout
101 101
      * @throws \Exception
102 102
      */
103 103
     public function __construct($connection, $channel_id = null, $auto_decode = true, $channel_rpc_timeout = 0)
@@ -334,7 +334,7 @@  discard block
 block discarded – undo
334 334
      * Grants access to server resources
335 335
      *
336 336
      * @param AMQPReader $reader
337
-     * @return string
337
+     * @return integer
338 338
      */
339 339
     protected function access_request_ok($reader)
340 340
     {
@@ -1102,7 +1102,7 @@  discard block
 block discarded – undo
1102 1102
      * @param bool $mandatory
1103 1103
      * @param bool $immediate
1104 1104
      * @param int $ticket
1105
-     * @return mixed
1105
+     * @return string
1106 1106
      */
1107 1107
     private function prePublish($exchange, $routing_key, $mandatory, $immediate, $ticket)
1108 1108
     {
@@ -1429,7 +1429,7 @@  discard block
 block discarded – undo
1429 1429
      * Waits for pending acks and nacks from the server.
1430 1430
      * If there are no pending acks, the method returns immediately
1431 1431
      *
1432
-     * @param int|float $timeout Waits until $timeout value is reached
1432
+     * @param integer $timeout Waits until $timeout value is reached
1433 1433
      * @throws \PhpAmqpLib\Exception\AMQPTimeoutException
1434 1434
      * @throws \PhpAmqpLib\Exception\AMQPRuntimeException
1435 1435
      */
@@ -1449,7 +1449,7 @@  discard block
 block discarded – undo
1449 1449
      * Waits for pending acks, nacks and returns from the server.
1450 1450
      * If there are no pending acks, the method returns immediately.
1451 1451
      *
1452
-     * @param int|float $timeout If set to value > 0 the method will wait at most $timeout seconds for pending acks.
1452
+     * @param integer $timeout If set to value > 0 the method will wait at most $timeout seconds for pending acks.
1453 1453
      * @throws \PhpAmqpLib\Exception\AMQPTimeoutException
1454 1454
      * @throws \PhpAmqpLib\Exception\AMQPRuntimeException
1455 1455
      */
Please login to merge, or discard this patch.