doctrine / event-manager

The Doctrine Event Manager is a library that provides a simple event system.
https://www.doctrine-project.org/projects/event-manager.html
MIT License
5.94k stars 21 forks source link

Revert return type on `EventSubscriber::getSubscribedEvents()` #54

Closed derrabus closed 2 years ago

derrabus commented 2 years ago

Discovered while testing DBAL 3.5 with event manager 2.0-dev. I should've known better. 😓

Let's remove this one return type for now to ease the migration for downstream projects.