Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Commiteffb4a7
committed
bug#60632 [TypeInfo] Fix merging collection value types with union types (mtarld)
This PR was merged into the 7.3 branch.Discussion----------[TypeInfo] Fix merging collection value types with union types| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Issues |Fix#60620| License | MITFix merging collection values types. To be properly merged, union types need to be spread, and it was not the case.Commits-------c0783c3 [TypeInfo] Fix merging collection value types with union typesFile tree
2 files changed
+17
-14
lines changed- src/Symfony/Component/TypeInfo
- Tests/TypeResolver
- Type
2 files changed
+17
-14
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| 82 | + | |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
|
Lines changed: 16 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
73 | 74 |
| |
74 |
| - | |
75 |
| - | |
| 75 | + | |
| 76 | + | |
76 | 77 |
| |
77 |
| - | |
78 |
| - | |
| 78 | + | |
| 79 | + | |
79 | 80 |
| |
80 |
| - | |
81 |
| - | |
| 81 | + | |
| 82 | + | |
82 | 83 |
| |
83 |
| - | |
84 |
| - | |
| 84 | + | |
| 85 | + | |
85 | 86 |
| |
86 |
| - | |
| 87 | + | |
| 88 | + | |
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
|
0 commit comments
Comments
(0)