Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zend-developer-tools 2.0.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 26 Dec 21:59
· 5 commits to master since this release
2.0.0

Added

  • Nothing.

Changed

  • #200 changes the ZendDeveloperTools\Collector\CollectorInterface::collectEvent() method to typehint its second argument against Zend\EventManager\EventInterface instead of Zend\EventManager\Event. This allows for any EventInterface 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 and TimeCollector to the new CollectorInterface::collectEvent() signature.

  • #200 updates the EventLoggingListenerAggregate::onCollectEvent() method to typehint against Zend\EventManager\EventInterface instead of Zend\EventManager\Event. This change should only affect extensions to the class.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.