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

Fix "$result contains generic type mysqli_result<mixed> but class mysqli_result is not generic" #632

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

staabm
Copy link
Owner

@staabm staabm commented Oct 12, 2023

for now we remove support for mysqli_fetch_object in phpstan-dba to make phpstan-dba work for all other usescases again.
in a followup I will try to get rid of the stubs in phpstan-dba so we don't depend on changes of stubs in phpstans-src

closes #631

@staabm staabm marked this pull request as ready for review October 12, 2023 07:23
@staabm staabm merged commit 14d9afd into main Oct 12, 2023
16 of 31 checks passed
@staabm staabm deleted the hotfix branch October 12, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generic type mysqli_result error with phpstan v1.10.36 and v1.10.37
1 participant