-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[DependencyInjection] Remove not implemented behavior #17576
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
Conversation
…ce_locator" config (upyx) This PR was merged into the 6.3 branch. Discussion ---------- [DependencyInjection] Deprecate integer keys in "service_locator" config | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | Deprecation befor #48653 | License | MIT | Doc PR | symfony/symfony-docs#17576 It deprecates undefined/wrong behaviour of https://symfony.com/doc/current/service_container/service_subscribers_locators.html#defining-a-service-locator Commits ------- 57c2365 [DependencyInjection] Deprecate integers keys in "service_locator" config
@OskarStark The PR removes a wrong description from older versions. |
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.
A typo has been fixed.
After we merge this in |
It's have already been merged in symfony/symfony#48686. And it will be changed again in 7.0. |
Sorry I meant, create a PR against the Symfony docs repo |
Yes, I will check the 6.3 branch and create a PR with necessary changes (if any). |
a5398d6
to
a8770de
Compare
Thanks Sergey ... and congrats on your first Symfony Docs contribution 🎉 |
Currently numeric keys are used, but it will be deprecated and changed in 7.0.
Deprecation: symfony/symfony#48686
New behavior: symfony/symfony#48653