phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Support inferring new templated type from initial null coalesce assignment

Open netpok opened this issue 1 year ago • 0 comments

Fixes https://github.com/phpstan/phpstan/issues/12250

I made a bug report https://github.com/phpstan/phpstan/issues/12250, and this PR is fixing that.

While all the current tests are passing this PR adds a conditional assignment to NewAssignedToPropertyVisitor which only contained non conditional ones so I'm marking it as draft.

netpok avatar Dec 12 '24 15:12 netpok