Skip to content

Commit 52a1d15

Browse files
authored
Merge pull request #45 from purwandi/purwandi-patch-1
Compatibility with phpunit result printer
2 parents 504ac7a + c100ae4 commit 52a1d15

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)