mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

void return type of PHP 7.0 Compatibility #181

Open vistart opened 2 years ago

vistart commented 2 years ago

https://github.com/mikeerickson/phpunit-pretty-result-printer/blob/9e45322cca36496240cc7cc799c3d4045f21576d/src/Printer.php#L25

The same as #73 .

We need to fix this issue, as our project is stick to PHP 7.0.