-
Notifications
You must be signed in to change notification settings - Fork 519
Fix PDOStatement getIterator stub type #3974
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
base: 2.1.x
Are you sure you want to change the base?
Conversation
@staabm thanks for the |
This pull request has been marked as ready for review. |
Please rebase this to fix conflicts, thanks. |
e705114
to
c0efe59
Compare
@ondrejmirtes rebase done. not sure if the failing tests matter. |
You still have to fix the lint failure |
|
||
// note: files in ./nsrt will be automatically picked up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't have to add this.
This is a consequence of the first line
foreach (self::findTestDataFilesFromDirectory(__DIR__ . '/nsrt') as $testFile) {
yield $testFile;
}
fixes phpstan/phpstan#8886