Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the iterator list type specifications more specific to comply with expectations in PHPStan 2.0. Note: in reality the type should be `\RegexIterator<int, string, \Traversable<int, string>>`, but would yield yet another PHPStan error, so let's just leave it like this for now.
- Loading branch information