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

Symfony 4.3 deprecations #361

Closed
KDederichs opened this issue Jul 10, 2019 · 1 comment
Closed

Symfony 4.3 deprecations #361

KDederichs opened this issue Jul 10, 2019 · 1 comment

Comments

@KDederichs
Copy link
Contributor

Since 4.3 calling the dispatcher with the event name as first parameter is 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.

At first glance I found that one in the AbstractController

@bytehead
Copy link
Member

bytehead commented Sep 3, 2019

Fixed by #362.

@bytehead bytehead closed this as completed Sep 3, 2019
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