Skip to content

Commit

Permalink
Merge branch '1.x' into 2.x
Browse files Browse the repository at this point in the history
* 1.x:
  fix compatibility with Symfony 7
  • Loading branch information
fabpot committed Jan 2, 2024
2 parents 67ee785 + 7b40eec commit 6b44ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/RecipesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function configure()
;
}

protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$installedRepo = $this->getComposer()->getRepositoryManager()->getLocalRepository();

Expand Down

0 comments on commit 6b44ac7

Please sign in to comment.