-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Specify return type error #94
base: master
Are you sure you want to change the base?
Conversation
xepozz
commented
Feb 18, 2024
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ✔️ |
Codecov ReportAll 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 Sentry. |
PR Summary
|
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.
Need line in changelog
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need add solution for friendly exception also. Solution from AbstractInvalidMiddlewareException
does not fit here.