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
Argument 1 passed to "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" must be an instance of Symfony\Component\EventDispatcher\Event, MyBundle\Event\QbCartLoadEvent given. #32189
Description
I have an exception when I try to dispatch an event from event dispatcher service, the current exception is:
Argument 1 passed to "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" must be an instance of Symfony\Component\EventDispatcher\Event, MyBundle\Event\MyEvent given.
PhpStorm shows "Symfony\Component\EventDispatcher\Event" as deprecated and suggest to use "Symfony\Contracts\EventDispatcher\Event" class but throw the previous exception.