kriswallsmith / spork

Experimental library for forking PHP
MIT License
586 stars 52 forks source link

[EventDispatcher]: implement remaining method from BaseEventDispatcherrInterface #39

Closed sandergo90 closed 2 months ago

sandergo90 commented 8 years ago
Q A
Bug fix? yes
New feature? np
BC breaks? no
Deprecations? no
Fixed tickets

When updating to symfony 3, the interface Symfony\Component\EventDispatcher\EventDispatcherInterface has a new method implemented.

Therefore we need to implement it to.