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
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
On Symfony 4.3 I get the deprecation error:
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
trace: { ./vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { …} ./vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Command/RunCommand.php:353 { …} ./vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Command/RunCommand.php:229 { …} ./vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Command/RunCommand.php:181 { …} ./vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Command/RunCommand.php:150 { …} ./vendor/symfony/console/Command/Command.php:255 { …} ./vendor/symfony/console/Application.php:952 { …} ./vendor/symfony/framework-bundle/Console/Application.php:87 { …} ./vendor/symfony/console/Application.php:273 { …} ./vendor/symfony/framework-bundle/Console/Application.php:73 { …} ./vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Console/Application.php:45 { …} ./vendor/symfony/console/Application.php:149 { …} ./bin/console:52 { › $application = new Application($kernel); › $application->run($input); › } }
The text was updated successfully, but these errors were encountered: