Skip to content

Commit

Permalink
Add return to execute method
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Mar 14, 2024
1 parent 9fd7a56 commit b4289c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"require": {
"fzaninotto/faker": "^1.8"
},
"require-dev": {
"symfony/console": "^2.8 || ^3.4 || ^4.4 || ^5.4 || ^6.4"
},
"license": "LGPL-3.0",
"autoload": {
"files": ["bootstrap.php"],
Expand Down
2 changes: 2 additions & 0 deletions src/Command/GenerateDummyDataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
}
}
$output->writeln('');

return Command::SUCCESS;
}
}
}

0 comments on commit b4289c1

Please sign in to comment.