-
Notifications
You must be signed in to change notification settings - Fork 56
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
techdebt(exceptions): Migrate to new exceptions #1882
Conversation
nickvergessen
commented
Apr 11, 2024
•
edited
Loading
edited
- Requires fix(notifications): Improved notification exceptions server#44770
3190c94
to
5b15ef1
Compare
|
||
/** @var App */ | ||
protected $app; | ||
protected Handler|MockObject $handler; |
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.
protected Handler|MockObject $handler; | |
protected Handler&MockObject $handler; |
If 8.0 was dropped.
5b15ef1
to
f098a5d
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
f098a5d
to
4bb3a73
Compare
🐢 Performance warning. |