Skip to content

Commit

Permalink
Update MakeConsumerCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Dec 4, 2023
1 parent 81667bf commit 545fa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/MakeConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function configure()
* @param OutputInterface $output
* @return int
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$name = $input->getArgument('name');
$output->writeln("Make consumer $name");
Expand Down

0 comments on commit 545fa9b

Please sign in to comment.