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 188ce3c commit c53d5f4Copy full SHA for c53d5f4
test/Command/PrintFormDataCommand.php
@@ -18,7 +18,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
18
}
19
20
return $data;
21
- }, $formData);
+ }, (array)$formData);
22
23
$output->write(print_r($printData, true));
24
0 commit comments