bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Add return type to docblock of `BugsnagListener::getSubscribedEvents` #138

Closed imjoehaines closed 2 years ago

imjoehaines commented 2 years ago

Goal

This prevents a deprecation from Symfony's DebugClassLoader — essentially, because Symfony's EventSubscriberInterface has an @return in its docblock, we also need one