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

Commit a1ec89b

Browse files
committed
Fixed signature of Listener::addRiskyTest
1 parent fc5b730 commit a1ec89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Listener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(EventDispatcher $dispatcher)
3535
* @param float $time
3636
* @since Method available since Release 4.0.0
3737
*/
38-
public function addRiskyTest(\PHPUnit\Framework\Test $test, Exception $e, $time)
38+
public function addRiskyTest(\PHPUnit\Framework\Test $test, \Exception $e, $time)
3939
{
4040
}
4141

0 commit comments

Comments
 (0)