-
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
Fix Bugs in Event Bus #171
Conversation
resolves #169
src/EventBus.php
Outdated
@@ -99,4 +121,14 @@ public function disableCollectExceptions(): void | |||
{ | |||
$this->collectExceptions = false; | |||
} | |||
|
|||
public function isCollectingException(): bool |
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.
isCollectingExceptions
(with an s) since the bool value that this is getting is named collectExceptions
?
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.
yep, s is missing
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.
LGTM, just a small spelling issue
src/EventBus.php
Outdated
@@ -99,4 +121,14 @@ public function disableCollectExceptions(): void | |||
{ | |||
$this->collectExceptions = false; | |||
} | |||
|
|||
public function isCollectingException(): bool |
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.
yep, s is missing
done |
resolves #169
see also https://youtu.be/U01EVU7LTqY
and part2 is here: https://youtu.be/KYQiy_WiyaM