Skip to content

Commit 2d74b00

Browse files
committed
ReportService: fix coding standard error
1 parent bdcb9bb commit 2d74b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ReportService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function generateReport(CodeCoverage $coverage)
5454
$report = $this->factory->create($format, $options);
5555
$output = $report->process($coverage);
5656

57-
if ('text' == $format) {
57+
if ('text' === $format) {
5858
print_r($output);
5959
}
6060
}

0 commit comments

Comments
 (0)