-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FrameworkBundle] Ignore backslashes in service ids when using debug:container and debug:autowiring #28487
Conversation
respinoza
commented
Sep 17, 2018
•
edited
Loading
edited
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#... |
20f37b3
to
67763b5
Compare
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!
@nicolas-grekas do we need a doc PR for this? |
I'm not sure actually. |
@@ -13,6 +13,7 @@ CHANGELOG | |||
* 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
to
0aba355
Compare
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`