Skip to content

Commit

Permalink
Add a return type in LoadDataFixturesDoctrineCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 26, 2023
1 parent d2c8c09 commit 538316b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Command/LoadDataFixturesDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ protected function configure()
);
}

/**
* @return int
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$ui = new SymfonyStyle($input, $output);

Expand Down

0 comments on commit 538316b

Please sign in to comment.