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.
1 parent 76f5bff commit eb2525bCopy full SHA for eb2525b
phpunit.xml.dist
@@ -31,7 +31,7 @@
31
</testsuite>
32
</testsuites>
33
<php>
34
- <env name="RABBITMQ_HOST" value="eagle-rmq"/>
+ <env name="RABBITMQ_HOST" value="localhost"/>
35
<env name="QUEUE_CONNECTION" value="rabbitmq"/>
36
<env name="RABBITMQ_PORT" value="5672"/>
37
<env name="PORT_SSL" value="5671"/>
src/Console/ConsumeCommand.php
@@ -34,11 +34,8 @@ final class ConsumeCommand extends WorkCommand
protected $description = 'Consume messages';
- public function handle(): void
+ public function handle(): int|null
38
{
39
- /*
40
- * @var Consumer $consumer
41
- */
42
$consumer = $this->worker;
43
44
$consumer->setContainer($this->laravel);
0 commit comments