Specify return type error#94
Conversation
xepozz
commented
Feb 18, 2024
| Q | A |
|---|---|
| Is bugfix? | ✔️ |
| New feature? | ❌ |
| Breaks BC? | ✔️ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #94 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 91 103 +12
===========================================
Files 7 11 +4
Lines 239 290 +51
===========================================
+ Hits 239 290 +51 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
PR Summary
|
There was a problem hiding this comment.
This methods need for excpetion only. May be keep thier in AbstractInvalidMiddlewareException but change visibility from private to protected?
There was a problem hiding this comment.
Need add solution for friendly exception also. Solution from AbstractInvalidMiddlewareException does not fit here.