From 03b742d598b6436b11310c91b853dce997e7f301 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 11 Nov 2024 10:30:59 +0300 Subject: [PATCH] fix cs --- src/Command/ListenAllCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, );