Skip to content

Commit

Permalink
Add return type "int" to SecurityCheckerCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Nov 30, 2023
1 parent 68df5c7 commit 4d4a276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecurityCheckerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function configure()
* @return int
* @see Command
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$formatter = $input->getOption('format') == 'ansi' ? new AnsiFormatter : new JsonFormatter;

Expand Down

0 comments on commit 4d4a276

Please sign in to comment.