Bug report
Code snippet that reproduces the problem
https://phpstan.org/r/48108e72-9689-4291-b032-96e31da4c2d9
Up until 0.12.50, this code works as PHPStan correctly resolves the properties to the child class. However, this update seems to inspect the property against the parent class.
Expected output
No errors.
Bug report
Code snippet that reproduces the problem
https://phpstan.org/r/48108e72-9689-4291-b032-96e31da4c2d9
Up until 0.12.50, this code works as PHPStan correctly resolves the properties to the child class. However, this update seems to inspect the property against the parent class.
Expected output
No errors.