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 61f6525 commit f41b2baCopy full SHA for f41b2ba
src/Commands/KafkaConsumeCommand.php
@@ -74,7 +74,7 @@ public function handleSignal(int $signal, int|false $previousExitCode = 0): int|
74
$this->consumer->forceStop();
75
}
76
77
- return $previousExitCode;
+ return false;
78
79
80
/**
0 commit comments