Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[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 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
…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#17576It deprecates undefined/wrong behaviour ofhttps://symfony.com/doc/current/service_container/service_subscribers_locators.html#defining-a-service-locatorCommits-------57c2365 [DependencyInjection] Deprecate integers keys in "service_locator" config
upyx commentedJan 4, 2023
@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.
OskarStark commentedFeb 21, 2023
After we merge this in |
upyx commentedFeb 21, 2023
It's have already been merged insymfony/symfony#48686. And it will be changed again in 7.0. |
OskarStark commentedFeb 21, 2023
Sorry I meant, create a PR against the Symfony docs repo |
upyx commentedFeb 21, 2023
Yes, I will check the 6.3 branch and create a PR with necessary changes (if any). |
javiereguiluz commentedFeb 21, 2023
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