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 efa08c5 commit a3c50e7Copy full SHA for a3c50e7
src/PHPSemVerChecker/Console/Command/CompareCommand.php
@@ -52,7 +52,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
52
$beforeRegistry = $beforeScanner->getRegistry();
53
$afterRegistry = $afterScanner->getRegistry();
54
55
- $reporter = new Reporter($beforeRegistry, $afterRegistry, $output);
+ (new Reporter())->output($beforeRegistry, $afterRegistry, $output);
56
}
57
58
protected function fileScanner($pattern)
0 commit comments