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

PDO::query return type on PHP8 #5436

Closed
patrickkusebauch opened this issue Aug 5, 2021 · 2 comments
Closed

PDO::query return type on PHP8 #5436

patrickkusebauch opened this issue Aug 5, 2021 · 2 comments

Comments

@patrickkusebauch
Copy link

Bug report

When creating a descendant of PDO and overwriting query, PHPStan requires to define the iterable type of PDOStatement but it already exists in the PHPStan stub.

Code snippet that reproduces the problem

https://phpstan.org/r/3e15fdfa-52d3-417a-9784-4f2f3e84a3c0

Expected output

No error

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@dec054d

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants