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

PHPStan level 9 #552

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

PHPStan level 9 #552

wants to merge 1 commit into from

Conversation

turtle0x1
Copy link
Owner

There was some null checks added, and some other small tweaks here or there.

Tools like rector dont seem to be able to help, so had to fix these by hand.

Still 500+ errors (of interest) to clear down. The errors i'm considering "not interesting" are instances of using "array" when I should have been declaring a "class" (Object, Interface, ETC).

@turtle0x1 turtle0x1 force-pushed the phpstan-level-9 branch 3 times, most recently from 9b650c0 to 9f74673 Compare December 5, 2022 02:35
There was some null checks added, and some other small tweaks here or
there.

Tools like rector dont seem to be able to help, so had to fix these by
hand.

Still 500+ errors (of interest) to clear down. The errors
i'm considering "not interesting" are instances of using "array" when
I should have been declaring a "class" (Object, Interface, ETC).
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.

1 participant