Increase phpstan level from 7 to 8

- Fixed all phpstan errors and ignoreds.
 - False positives now have a "Why:" comment on phpstan config.
This commit is contained in:
Alexandre Gomes Gaigalas 2023-02-18 13:38:47 -03:00
commit 727e7ccbfa
19 changed files with 70 additions and 31 deletions

View file

@ -16,6 +16,8 @@ use UnexpectedValueException;
/**
* @author Henrique Moody <henriquemoody@gmail.com>
*
* @implements RecursiveIterator<int, ValidationException>
*/
final class RecursiveExceptionIterator implements RecursiveIterator, Countable
{