Simplify FilterInterface and FilterHandlerInterface#165
Conversation
vjik
commented
Feb 24, 2024
| Q | A |
|---|---|
| Is bugfix? | ❌ |
| New feature? | ❌ |
| Breaks BC? | ✔️ |
| Fixed issues | - |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #165 +/- ##
============================================
Coverage 100.00% 100.00%
+ Complexity 275 236 -39
============================================
Files 36 26 -10
Lines 701 597 -104
============================================
- Hits 701 597 -104 ☔ View full report in Codecov by Sentry. |
PR Summary
Overall, these changes increase the efficiency of our code, simplify our interface, make it easier to implement, and improve the coverage of our tests. This contributes to an overall more robust and maintainable system. |
# Conflicts: # src/Reader/Filter/EqualsEmpty.php # src/Reader/Iterable/FilterHandler/EqualsEmptyHandler.php # tests/Reader/IterableHandler/EqualsEmptyTest.php