phpstan / phpstan-symfony

Symfony extension for PHPStan
MIT License
698 stars 89 forks source link

Add param out for propertyAccessor #386

Closed VincentLanglet closed 5 months ago

VincentLanglet commented 5 months ago

When setting value to an object the object type does not change.

When setting value to an object, the array values change. But at least we know it's an array and not array|object.

ondrejmirtes commented 5 months ago

Thank you.