Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventDispatcher argument order deprecation in Symfony 4.3 #241

Open
24HOURSMEDIA opened this issue Nov 22, 2019 · 1 comment
Open

EventDispatcher argument order deprecation in Symfony 4.3 #241

24HOURSMEDIA opened this issue Nov 22, 2019 · 1 comment

Comments

@24HOURSMEDIA
Copy link

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); › } }

@ma0dubois
Copy link

any news about this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants