Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit e3377d4

Browse files
authored
Merge pull request #48 from julien-boudry/patch-2
Fix Console compatibility with Symfony 5
2 parents cbbff76 + b606ee3 commit e3377d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Codacy/Coverage/Command/Clover.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
7070
if ($output->isVerbose()) {
7171
$output->writeln($result);
7272
}
73+
74+
return 0;
7375
}
7476

7577
/**

0 commit comments

Comments
 (0)