-
Notifications
You must be signed in to change notification settings - Fork 4
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
Require PHP 7.4, Fix CS and QA #48
Conversation
- PHPCS was not checked due to wrong configuration. Fix config (to latest Inpsyde CS) and the fix code - Use typed properties when possible - Use doc bloc consistently, delete unnecessary comments - Update dependencies and GHA workflow (no need to support PHPUnit 8) - Added Package::STATUS_BOOTING constant to alias Package::STATUS_MODULES_ADDED for clarity
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #48 +/- ##
============================================
- Coverage 98.97% 98.93% -0.04%
- Complexity 217 234 +17
============================================
Files 10 10
Lines 588 566 -22
============================================
- Hits 582 560 -22
Misses 6 6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 refactor to upgrade the library to min PHP 7.4. 💪🏻 I left a few comments and I would like to wait for the #47 before merging these updates.
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.
Thanks for the review and the added test @tfrommen |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix (for PHPCS config) + maintenance update
What is the current behavior? (You can also link to an open issue here)
PHPCS did not check anything.
What is the new behavior (if this is a feature change)?
No change in behavior. PHPCS now works (besides being updated).
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: