Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Fix the event debug command#40952
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedApr 26, 2021
I can confirm the bug, I don't think that this is the right fix. But that does not work either and it's not fixed by changing the command's default. |
nicolas-grekas commentedMay 10, 2021
Replaced by#41164, thanks for reporting. |
…ewall (nicolas-grekas)This PR was merged into the 5.3-dev branch.Discussion----------[FrameworkBundle] fix debug:event-dispatcher and debug:firewall| Q | A| ------------- | ---| Branch? | 5.x| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#40952| License | MIT| Doc PR | -Commits-------83cd552 [FrameworkBundle] fix debug:event-dispatcher and debug:firewall
Uh oh!
There was an error while loading.Please reload this page.
In Symfony 5.3 (both beta1 and 5.x-dev) if you try to run
debug:event-dispatchercommand without arguments you see this error:I run this:
That's why I changed the service name to
debug.event_dispatcher... and the problem seems to be solved now.