Skip to content

Commit 6b44ac7

Browse files
committed
Merge branch '1.x' into 2.x
* 1.x: fix compatibility with Symfony 7
2 parents 67ee785 + 7b40eec commit 6b44ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/RecipesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function configure()
5656
;
5757
}
5858

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

0 commit comments

Comments
 (0)