We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504ac7a commit c100ae4Copy full SHA for c100ae4
src/Codeception/Specify/ResultPrinter.php
@@ -7,7 +7,7 @@ class ResultPrinter extends \PHPUnit\TextUI\ResultPrinter
7
/**
8
* @param string $progress
9
*/
10
- protected function writeProgress($progress) : void
+ protected function writeProgress(string $progress) : void
11
{
12
$this->write($progress);
13
$this->column++;
@@ -21,4 +21,4 @@ protected function writeProgress($progress) : void
21
}
22
23
24
-}
+}
0 commit comments