Skip to content

Commit c100ae4

Browse files
authored
Compatibility with phpunit result printer
1 parent 504ac7a commit c100ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Specify/ResultPrinter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ResultPrinter extends \PHPUnit\TextUI\ResultPrinter
77
/**
88
* @param string $progress
99
*/
10-
protected function writeProgress($progress) : void
10+
protected function writeProgress(string $progress) : void
1111
{
1212
$this->write($progress);
1313
$this->column++;
@@ -21,4 +21,4 @@ protected function writeProgress($progress) : void
2121
}
2222

2323

24-
}
24+
}

0 commit comments

Comments
 (0)