Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileList: improve doc specificity #167

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Nov 8, 2024

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.

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.
@jrfnl jrfnl added this to the 1.x Next milestone Nov 8, 2024
@jrfnl jrfnl merged commit 9fe1291 into stable Nov 8, 2024
35 checks passed
@jrfnl jrfnl deleted the feature/docs-specificity branch November 8, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant