Closed
Description
When running with the Parallel Lint Phar for version 1.3.1, you are greeted by notices like the below, while these notices where fixed in PR #64 which is supposed to be part of the 1.3.1 release.
Feels like the Phar which was uploaded with the release needs to be replaced.
Deprecated: Return type of JakubOnderka\PhpParallelLint\RecursiveDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveFilterIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///phars/parallel-lint-1.3.1.phar/src/Manager.php on line 251
Deprecated: Return type of JakubOnderka\PhpParallelLint\RecursiveDirectoryFilterIterator::getChildren() should either be compatible with RecursiveFilterIterator::getChildren(): ?RecursiveFilterIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///phars/parallel-lint-1.3.1.phar/src/Manager.php on line 264
Deprecated: Return type of JakubOnderka\PhpParallelLint\RecursiveDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///phars/parallel-lint-1.3.1.phar/src/Manager.php on line 231
@grogy could you please have a look ?
P.S.: while you're looking, I'd also appreciate the changelog creds being fixed. #65 was a PR by me (not that I really care about the creds, but giving them to someone else is taking things a bit far).
PHP-Parallel-Lint/CHANGELOG.md
Line 15 in 02a09f1