We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b225a80 commit f0198edCopy full SHA for f0198ed
src/Commands/CheckCoverageCommand.php
@@ -31,7 +31,7 @@ protected function configure(): void
31
->setDescription('Checks a clover-format coverage file for a minimum coverage percentage and optionally enforces it.');
32
}
33
34
- protected function execute(InputInterface $input, OutputInterface $output): int
+ public function execute(InputInterface $input, OutputInterface $output): int
35
{
36
$this->output = $output;
37
$this->input = $input;
0 commit comments