voryx / Thruway

PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
MIT License
676 stars 117 forks source link

Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as the first argument is deprecated since Symfony 4.3, pass it as the second argument and provide the event object as the first argument instead. #328

Closed ccgintranet closed 4 years ago

ccgintranet commented 4 years ago

Hello,

The following error is filling up our error logs and it seems to come from Session.php.

Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as the first argument is deprecated since Symfony 4.3, pass it as the second argument and provide the event object as the first argument instead.

Thanks in advance,

immaheshdindigala commented 4 years ago

Hi Team, Any update on above issue. why because even i am facing the same issue, please let me know any alternate solution for this?, Thank you.

immaheshdindigala commented 4 years ago

DEPRECATION: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as the first argument is deprecated since Symfony 4.3, pass it as the second argument and provide the event object as the first argument instead. /var/www/html/magento_MFTF/vendor/symfony/event-dispatcher/EventDispatcher.php:58

mbonneau commented 4 years ago

This will be fixed in #343