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

Commit a938533

Browse files
committed
fixed reporter to be compatible with PHPUnit 7
1 parent c4def86 commit a938533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResultPrinter/Report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Report extends ResultPrinter implements ConsolePrinter
1212
* @param \PHPUnit\Framework\Test $test
1313
* @param float $time
1414
*/
15-
public function endTest(\PHPUnit\Framework\Test $test, $time)
15+
public function endTest(\PHPUnit\Framework\Test $test, float $time) : void
1616
{
1717
$name = Descriptor::getTestAsString($test);
1818
$success = ($this->testStatus == \PHPUnit\Runner\BaseTestRunner::STATUS_PASSED);

0 commit comments

Comments
 (0)