You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require listener providers to use reified generics.
remove $event argument of IListenerProvider::getListeners() ( providers must use the T type instead of the object to determine listeners ) add support for immutable event objects.