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 5bfc129 commit 4371300Copy full SHA for 4371300
pkg/enqueue/Symfony/Client/ProduceCommand.php
@@ -57,7 +57,7 @@ protected function execute(InputInterface $input, OutputInterface $output): ?int
57
$topic = $input->getOption('topic');
58
$command = $input->getOption('command');
59
$message = $input->getArgument('message');
60
- $headers = $input->getOption('header');
+ $headers = (array) $input->getOption('header');
61
$client = $input->getOption('client');
62
63
if ($topic && $command) {
0 commit comments