Skip to content

Commit

Permalink
Fix Symfony6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Dec 8, 2021
1 parent a2770bd commit 556046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Console/Application.php
Expand Up @@ -119,7 +119,7 @@ public function __construct()
/**
* @inheritDoc
*/
public function run(InputInterface $input = null, OutputInterface $output = null)
public function run(InputInterface $input = null, OutputInterface $output = null): int
{
if (null === $output) {
$output = Factory::createOutput();
Expand Down

0 comments on commit 556046b

Please sign in to comment.