mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
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:
parent
8cafa3f298
commit
727e7ccbfa
19 changed files with 70 additions and 31 deletions
|
|
@ -16,6 +16,8 @@ use UnexpectedValueException;
|
|||
|
||||
/**
|
||||
* @author Henrique Moody <henriquemoody@gmail.com>
|
||||
*
|
||||
* @implements RecursiveIterator<int, ValidationException>
|
||||
*/
|
||||
final class RecursiveExceptionIterator implements RecursiveIterator, Countable
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue