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 fca952f commit 638d3f0Copy full SHA for 638d3f0
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
7
composer.json
@@ -10,9 +10,9 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.0.0",
+ "php": ">=7.1.0",
14
"myclabs/deep-copy": "~1.1",
15
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^7.0"
16
},
17
"autoload": {
18
"psr-0": {
src/Codeception/Specify/ResultPrinter.php
@@ -7,7 +7,7 @@ class ResultPrinter extends \PHPUnit\TextUI\ResultPrinter
/**
8
* @param string $progress
9
*/
- protected function writeProgress($progress)
+ protected function writeProgress($progress) : void
{
$this->write($progress);
$this->column++;
0 commit comments