-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: add phpstan #299
chore: add phpstan #299
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.
@Soare-Robert-Daniel LGTM, one thing I'd recommend you to confirm that because of the platform version change, PHPCS still records any issues that might be caused in PHP 5.6 but not 7.4 as our minimum PHP version support is still in 5.6
@HardeepAsrani, I set the phpcs at 5.6 level. This should check for errors independently of the platform version. |
@Soare-Robert-Daniel Tested and everything's fine here 🚀 |
🎉 This PR is included in version 1.2.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Add PHPStan for code quality.
Test instructions
Check if everything is working fine.
Closes #297