Skip to content

Commit

Permalink
Merge pull request #73 from elliotbruneel/fix/symfony-7-type
Browse files Browse the repository at this point in the history
fix: symfony 7 compatibility command
  • Loading branch information
marcocesarato authored Jan 2, 2024
2 parents 6bba126 + 1926ac4 commit 9c0b654
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DefaultCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ protected function configure()

/**
* Execute.
*
* @return int
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
/**
* Initialize.
Expand Down

0 comments on commit 9c0b654

Please sign in to comment.