We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4df9e commit 2bfa42eCopy full SHA for 2bfa42e
pkg/enqueue/Consumption/QueueConsumer.php
@@ -43,7 +43,7 @@ final class QueueConsumer implements QueueConsumerInterface
43
private $boundProcessors;
44
45
/**
46
- * @var int|float in milliseconds
+ * @var int in milliseconds
47
*/
48
private $receiveTimeout;
49
@@ -59,7 +59,7 @@ final class QueueConsumer implements QueueConsumerInterface
59
60
61
* @param BoundProcessor[] $boundProcessors
62
- * @param int|float $receiveTimeout the time in milliseconds queue consumer waits for a message (10 ms by default)
+ * @param int $receiveTimeout the time in milliseconds queue consumer waits for a message (10000 ms by default)
63
64
public function __construct(
65
InteropContext $interopContext,
0 commit comments