Commit 133ce8a
committed
bug symfony#59271 [TypeInfo] Fix PHPDoc resolving of union with mixed (mtarld)
This PR was merged into the 7.2 branch.
Discussion
----------
[TypeInfo] Fix PHPDoc resolving of union with mixed
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#59258, Fix symfony#59223
| License | MIT
Resolve "invalid" union PHPDoc with `mixed` standalone type as `mixed` type.
Commits
-------
cc8670d [TypeInfo] Fix PHPDoc resolving of union with mixedFile tree
2 files changed
+15
-1
lines changed- src/Symfony/Component/TypeInfo
- Tests/TypeResolver
- TypeResolver
2 files changed
+15
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
227 | 239 | | |
228 | 240 | | |
229 | 241 | | |
| |||
0 commit comments