Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit cf5954c

Browse files
authored
Fix --report with PHPUnit 9
1 parent 8dc5bf6 commit cf5954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ResultPrinter/Report.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function endRun() : void
5353
) . "\n");
5454
}
5555

56-
public function printResult(\PHPUnit\Framework\TestResult $result)
56+
public function printResult(\PHPUnit\Framework\TestResult $result): void
5757
{
5858
}
5959

0 commit comments

Comments
 (0)