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
Isn't this a breaking change for EventDispatcher 4.3 vs 4.2, removing a parameter?
I've run into Argument 1 passed to "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" must be an instance of Symfony\Component\EventDispatcher\Event <event class> given When I extend from Contract namespace in Symfony 4.3 as noted in deprecation comment - How is that not a bug?
Based on symfony/symfony#28920 parameter calls should be reversed in documentation.
Furthermore, in 4.3, EventDispatcher lost its dispatch method $eventName parameter - it is commented out in the source https://github.com/symfony/symfony/blob/4.3/src/Symfony/Component/EventDispatcher/EventDispatcher.php - I guess this is a bug? Should I report an issue in the main repo?
The text was updated successfully, but these errors were encountered: