-
Notifications
You must be signed in to change notification settings - Fork 5
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 deprecated getException on Event #54
Conversation
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.
🙆♂
@b-viguier is it possible to "activate" this repository on |
CI should be activated now… |
I'm closing/reopening the PR to enable CI |
thank you |
I made a quick distinct PR to fix build => #56 |
Closing/Re-opening PR to launch CI since #56 is now merged |
Fix the following deprecated :
The
if (method_exists($event, 'getThrowable')) {
keep compatibility with Symfony < 4.4.