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

Commit f49f33e

Browse files
authored
Merge pull request #25 from DmitriyYakushev/patch-1
Fix ResultPrinter compatibility with PHPU7 patch-2
2 parents e8528cb + 3025acd commit f49f33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResultPrinter/UI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(EventDispatcher $dispatcher, $options, $out = null)
2020
$this->dispatcher = $dispatcher;
2121
}
2222

23-
protected function printDefect(\PHPUnit\Framework\TestFailure $defect, $count): void
23+
protected function printDefect(\PHPUnit\Framework\TestFailure $defect, int $count): void
2424
{
2525
$this->write("\n---------\n");
2626
$this->dispatcher->dispatch(

0 commit comments

Comments
 (0)