Skip to content

Commit 4371300

Browse files
committed
Fix tests
1 parent 5bfc129 commit 4371300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Symfony/Client/ProduceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function execute(InputInterface $input, OutputInterface $output): ?int
5757
$topic = $input->getOption('topic');
5858
$command = $input->getOption('command');
5959
$message = $input->getArgument('message');
60-
$headers = $input->getOption('header');
60+
$headers = (array) $input->getOption('header');
6161
$client = $input->getOption('client');
6262

6363
if ($topic && $command) {

0 commit comments

Comments
 (0)