Skip to content

Commit

Permalink
Merge pull request #11 from jelrikvh/consumer-receive-default-timeout…
Browse files Browse the repository at this point in the history
…-value

Include default timeout value from interface
  • Loading branch information
makasim authored Jan 4, 2018
2 parents 56ce222 + b0e7306 commit 03cfac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmqpConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @method AmqpMessage|null receiveNoWait()
* @method AmqpMessage|null receive(int $timeout)
* @method AmqpMessage|null receive(int $timeout = 0)
* @method AmqpQueue getQueue()
* @method void acknowledge(AmqpMessage $message)
* @method void reject(AmqpMessage $message, bool $requeue)
Expand Down

0 comments on commit 03cfac4

Please sign in to comment.