-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add static analysis with PHPStan #106
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.
Nice work! Need some polish and ready to go. Static analisys is always welcome
4bec9ab
to
efa09ee
Compare
efa09ee
to
93b9fd5
Compare
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.
👍 Great work! A lot can be improved later, but it's a good base to start from. Thanks a lot!
This PR adds static analysis with PHPStan.
Code is already very well written, so there were no big issues. And this PR will also help with making sure it stays this way.