diff --git a/src/Command/ListenAllCommand.php b/src/Command/ListenAllCommand.php index 021c3c0d..34b4619e 100644 --- a/src/Command/ListenAllCommand.php +++ b/src/Command/ListenAllCommand.php @@ -48,7 +48,7 @@ public function configure(): void 'm', InputOption::VALUE_REQUIRED, 'Maximum number of messages to process in each channel before switching to another channel. ' . - 'Default is 0 (no limits).', + 'Default is 0 (no limits).', 0, );