We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31dff0 commit bdcb9bbCopy full SHA for bdcb9bb
1 file changed
src/Service/ReportService.php
@@ -54,7 +54,7 @@ public function generateReport(CodeCoverage $coverage)
54
$report = $this->factory->create($format, $options);
55
$output = $report->process($coverage);
56
57
- if ($format === 'text') {
+ if ('text' == $format) {
58
print_r($output);
59
}
60
0 commit comments