Commit 765e80e
committed
bug #62513 [FrameworkBundle] Add missing
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] Add missing `useAttributeAsKey` calls
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #62512
| License | MIT
Add `name` attribute as key for the following configuration nodes:
- `framework.http_client.default_options.vars`
- `framework.http_client.default_options.extra`
- `framework.http_client.scoped_clients.*.extra`
This will also fix the config reference array shapes when merged in ≥ 7.4.
Commits
-------
e8337bc [FrameworkBundle] Add missing `useAttributeAsKey` callsuseAttributeAsKey calls (MatTheCat)File tree
1 file changed
+3
-0
lines changed- src/Symfony/Bundle/FrameworkBundle/DependencyInjection
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1857 | 1857 | | |
1858 | 1858 | | |
1859 | 1859 | | |
| 1860 | + | |
1860 | 1861 | | |
1861 | 1862 | | |
1862 | 1863 | | |
| |||
1937 | 1938 | | |
1938 | 1939 | | |
1939 | 1940 | | |
| 1941 | + | |
1940 | 1942 | | |
1941 | 1943 | | |
1942 | 1944 | | |
| |||
2088 | 2090 | | |
2089 | 2091 | | |
2090 | 2092 | | |
| 2093 | + | |
2091 | 2094 | | |
2092 | 2095 | | |
2093 | 2096 | | |
| |||
0 commit comments