Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[EventDispatcher] Removed deprecated code#41358
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[EventDispatcher] Removed deprecated code#41358
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedMay 21, 2021
I don‘t think so. Quoting#40468:
|
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedMay 23, 2021
Thank you@malteschlueter. |
Uh oh!
There was an error while loading.Please reload this page.
This remove deprecated code from EventDispatcher.
The
LegacyEventDispatcherProxyis removed in#41304.Is it necessary to update the Changelog or Upgrade.md that the classes are not configurable any more?