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] Ignore backslashes in service ids when using debug:container and debug:autowiring#28487
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
20f37b3 to67763b5Compare
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for submitting!
respinoza commentedSep 17, 2018
@nicolas-grekas do we need a doc PR for this? |
nicolas-grekas commentedSep 17, 2018
I'm not sure actually. |
| * Added new "auto" mode for`framework.session.cookie_secure` to turn it on when HTTPS is used | ||
| * Removed the`framework.messenger.encoder` and`framework.messenger.decoder` options. Use the`framework.messenger.serializer.id` option to replace the Messenger serializer. | ||
| * Deprecated the`ContainerAwareCommand` class in favor of`Symfony\Component\Console\Command\Command` | ||
| * Add the ability to ignore backslashes in service ids when using`debug:container` and`debug:autowiring` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Added :)
…:container` and `debug:autowiring`
67763b5 to0aba355Comparenicolas-grekas commentedSep 19, 2018
Thank you@respinoza. |
…en using debug:container and debug:autowiring (respinoza)This PR was merged into the 4.2-dev branch.Discussion----------[FrameworkBundle] Ignore backslashes in service ids when using debug:container and debug:autowiring| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#28143| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features -->Commits-------0aba355 [FrameworkBundle] Ignore backslashes in service ids when using `debug:container` and `debug:autowiring`
Uh oh!
There was an error while loading.Please reload this page.