Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DI] fix ContainerBuilder on PHP8#38091
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
nicolas-grekas commentedSep 7, 2020
| Q | A |
|---|---|
| Branch? | 3.4 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | Fix#38089 |
| License | MIT |
| Doc PR | - |
fabpot commentedSep 7, 2020
Thank you@nicolas-grekas. |
kanlukasz commentedNov 20, 2021
Is it possible that this patch will be in Ubuntu 20 - apt package |
derrabus commentedNov 20, 2021
Report this to Debian/Ubuntu, please. We're not involved in their packaging process. |
kanlukasz commentedNov 25, 2021
For others who are also looking for it: |
…on-autowired services (nicolas-grekas)This PR was merged into the 5.4 branch.Discussion----------[DependencyInjection] Fix support for named arguments on non-autowired services| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#48818| License | MIT| Doc PR | -This fixes support for named arguments on non-autowired services as described in#48818.Related to#43277 and#38091Commits-------a899bed [DependencyInjection] Fix support for named arguments on non-autowired services