PHPantom version
0.8.0
Installation method
Pre-built binary from GitHub Releases
Operating system
Linux x86_64
Editor
Zed
Bug description
When doing a union for an array like $array += ['foo' => 'bar'] phpatom reports the resulting type for $array as int|float instead of array.
Steps to reproduce
.
Error output or panic trace
.phpantom.toml
Additional context
No response
PHPantom version
0.8.0
Installation method
Pre-built binary from GitHub Releases
Operating system
Linux x86_64
Editor
Zed
Bug description
When doing a union for an array like
$array += ['foo' => 'bar']phpatom reports the resulting type for$arrayasint|floatinstead ofarray.Steps to reproduce
.
Error output or panic trace
.phpantom.toml
Additional context
No response