Kdyby / Events

Events for Nette Framework
https://packagist.org/packages/kdyby/events
Other
57 stars 60 forks source link

Fix build #124

Closed PavelJurasek closed 2 years ago

PavelJurasek commented 5 years ago

Error in SymfonyDispatcher is probably not fixable as this package only (AFAIK) (ab?)uses the interface as a proxy to its own EventManager.

I also believe that the case with Reference being passed to class_exists in EventsExtension won't occur. If someone is able to provide a counter-example, I'll fix that and cover with tests.

I'd love to see a new release being tagged 🙃

PavelJurasek commented 5 years ago

Might be worth checking out #120 too.