We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ce222 + b0e7306 commit 03cfac4Copy full SHA for 03cfac4
src/AmqpConsumer.php
@@ -6,7 +6,7 @@
6
7
/**
8
* @method AmqpMessage|null receiveNoWait()
9
- * @method AmqpMessage|null receive(int $timeout)
+ * @method AmqpMessage|null receive(int $timeout = 0)
10
* @method AmqpQueue getQueue()
11
* @method void acknowledge(AmqpMessage $message)
12
* @method void reject(AmqpMessage $message, bool $requeue)
0 commit comments