diff --git a/src/Command/ListenAllCommand.php b/src/Command/ListenAllCommand.php index 34b4619e..8be6dead 100644 --- a/src/Command/ListenAllCommand.php +++ b/src/Command/ListenAllCommand.php @@ -23,7 +23,7 @@ final class ListenAllCommand extends Command public function __construct( private readonly QueueProviderInterface $queueProvider, private readonly LoopInterface $loop, - private readonly array $channels + private readonly array $channels, ) { parent::__construct(); }