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.
stop-when-empty
rabbitmq:consume
1 parent 47ad591 commit 6a7e861Copy full SHA for 6a7e861
src/Consumer.php
@@ -32,7 +32,7 @@ class Consumer extends Worker
32
/** @var AMQPChannel */
33
protected $channel;
34
35
- /** @var boolean */
+ /** @var bool */
36
protected $gotJob = false;
37
38
public function setContainer(Container $value): void
0 commit comments