Added
- Nothing.
Changed
-
#200 changes the
ZendDeveloperTools\Collector\CollectorInterface::collectEvent()
method to typehint its second argument againstZend\EventManager\EventInterface
instead ofZend\EventManager\Event
. This allows for anyEventInterface
implementation, instead of artificially restricting to those events that implement the concrete type. As such, any collectors that are implementing that interface MUST be updated to the new signature. -
#200 updates the
MemoryCollector
andTimeCollector
to the newCollectorInterface::collectEvent()
signature. -
#200 updates the
EventLoggingListenerAggregate::onCollectEvent()
method to typehint againstZend\EventManager\EventInterface
instead ofZend\EventManager\Event
. This change should only affect extensions to the class.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.