-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 more CS #9303
Fix more CS #9303
Conversation
02fff70
to
07e6ce3
Compare
|
Sooner or later is should be done as static calls should be called statically otherwise phpstan will warn about it. repro: https://phpstan.org/r/3c8d1087-b72c-41be-acf8-a2f72d4d788e
It is managed by CS fixer thus even if the provider methods does not look best now, the CS is enforced and once the test methods are renamed to camel case, they will be updated automatically. |
Only in "strict rules" mode. So, I'm not convinced.
But I don't want it in this incomplete state. |
07e6ce3
to
c42aaf1
Compare
I have reworked this PR.
|
@alecpl can you merge this PR? I would like to fix other CS based on it. |
|
c42aaf1
to
ba70a76
Compare
I have reverted "php_unit_test_case_static_method_calls" changes. I stand by them, but let's discuss them in a separate PR to unblock this one. |
No description provided.