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 bdcb9bb commit 2d74b00Copy full SHA for 2d74b00
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 ('text' == $format) {
+ if ('text' === $format) {
58
print_r($output);
59
}
60
0 commit comments