Skip to content

Commit 75180c9

Browse files
authored
Merge pull request #14 from hotmeteor/master
Make compatible with PHPUnit 7.1
2 parents cc8b905 + d2b5af2 commit 75180c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrettyPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function endTest(Test $test, float $time): void
5656
$this->writeWithColor($timeColor, '[' . number_format($time, 3) . 's]', true);
5757
}
5858

59-
protected function writeProgress($progress): void
59+
protected function writeProgress(string $progress): void
6060
{
6161
if ($this->previousClassName !== $this->className) {
6262
$this->write("\n");

0 commit comments

Comments
 (0)