-
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
Code improvements #510
Code improvements #510
Conversation
…g performance difference.
…minimum php version is 8.0
…n where needed. Consequently, remove phpstan/phpstan-webmozart-assert.
Codecov ReportBase: 95.85% // Head: 95.74% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #510 +/- ##
============================================
- Coverage 95.85% 95.74% -0.12%
+ Complexity 1766 1765 -1
============================================
Files 153 153
Lines 4319 4274 -45
============================================
- Hits 4140 4092 -48
- Misses 179 182 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Seems like last review issue resolved, can it be merged? |
It can - looks great. Thanks. |
#417
Remove webmozart/assert and phpstan/phpstan-webmozart-assert library. Replace it with native assertion.
Type safety improvement.