-
Notifications
You must be signed in to change notification settings - Fork 103
Do not specify a variable which is not a query builder #220
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
Conversation
Hi, this needs a test. |
I had some trouble to write one but this is ok now. |
Makes sense, thank you! |
Thanks ! |
Next release is going to be out after PHPStan 1.0 is released which is still a few weeks away. |
I can still ignore the error I fixed in this PR, but the PR #218 is kinda blocking for me. Any recommendation in my situation ? Does requiring the dev-master branch of phpstan and the extensions could be stable enough to enjoy the recent bugfix without having too much issues ? |
I can't recommend that. What you should do instead is to use your own fork of phpstan-doctrine with the fix. And then switch back to the original once it's released. |
I thought about this solution, but since the current "state" of the repository is supporting the I'll try tomorrow to revert cf697be then. |
You can cherry-pick your commit on top of the latest phpstan-doctrine 0.12.x release. |
Solve #219