-
Notifications
You must be signed in to change notification settings - Fork 45
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
[MAINTENANCE] Introduce usage of PHPStan checks for new PR #1052
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for this pull request! I appreciate your hard work on improving and maintaining the code quality! Overall this looks very good and I'd like to add PHPStan to our array of static code analyzers.
What I don't like are a lot of those // @phpstan-ignore-next-line
comments, which suggest, that there is some error in the code. Please, either also add a TODO
to indicate what is wrong (as you did many times) or try to change PHPStan's configuration in order to not report false positives. (Disclaimer: I am no expert with PHPStan, so maybe my request is unrealistic...)
e8935cd
to
8b0bc8a
Compare
Changes for controller and domain classes
Co-authored-by: Sebastian Meyer <[email protected]>
Co-authored-by: Sebastian Meyer <[email protected]>
Co-authored-by: Sebastian Meyer <[email protected]>
447bc44
to
0e46263
Compare
0e46263
to
64ee591
Compare
Depends on #1045