-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Manual merge of 3.0.x into master #4026
Conversation
Why do we need to merge two changes at once? |
What do you mean by "2 changes"? I mean to merge 4 PRs at once. If you are referring to the 4 PRs, I feel safer pushing something and knowing for a fact there will be no up merge problems, which is guaranteed by the green builds and the |
@morozov only the 7 last commits are new and need to be reviewed |
Ignore all violations of the LowercasePHPFunctions sniff in SQLSrvStatement
The latest version is easier to understand for static analyzers.
We are testing what happens when providing the wrong type.
The method signature does not allow null.
Not all RDBMS have a concept of database, apparently (see SQLAnywhere). Those who do not should pass in a string to stay compatible with the signature.
That alone fixes 6 issues found by Psalm
This is what is expected with FETCH_COLUMN
@greg0ire not sure I understand the ask. 74eca6b is currently part of As for the change itself, it looks trivial: the method is moved from one interface to another and is implemented in the class which now needs to implement it. The same change already exists in Please let me know how exactly I can help you. |
No I'm just asking you to merge 74eca6b into master. You don't have to handle the merge for my Psalm related changes, but only for your changes.
I'll give it another try since it does look trivial, but 74eca6b might have ancestors that are not merged either, not sure if the conflict was about them or 74eca6b |
Gave it another try, and I'm still uncomfortable with this. Please try the following on master:
EDIT: here is a comparison: master...74eca6b |
Thank you!!! |
@morozov ready for review (the last 5 commits are only on this branch) |
Blocked by phpstan/phpstan#3335