Bug report
After this PR phpstan/phpstan-src#5966
the integration tests for projects Shopsys and Sylius fail:
https://github.com/phpstan/phpstan/actions/runs/28544651212/job/84626907798
https://github.com/phpstan/phpstan/actions/runs/28544651212/job/84626907764
Exit code 143 means the runner is killed because it consumed too much memory, leading probably to infinite recursion in PHPStan.
Investigate why this is happening and send a fix. Also try to reproduce this problem minimally as tests/bench/data OR AnalyserIntegrationTest.
Code snippet that reproduces the problem
No response
Expected output
Shopsys and Sylius should pass
Did PHPStan help you today? Did it make you happy in any way?
No response
Bug report
After this PR phpstan/phpstan-src#5966
the integration tests for projects Shopsys and Sylius fail:
https://github.com/phpstan/phpstan/actions/runs/28544651212/job/84626907798
https://github.com/phpstan/phpstan/actions/runs/28544651212/job/84626907764
Exit code 143 means the runner is killed because it consumed too much memory, leading probably to infinite recursion in PHPStan.
Investigate why this is happening and send a fix. Also try to reproduce this problem minimally as tests/bench/data OR AnalyserIntegrationTest.
Code snippet that reproduces the problem
No response
Expected output
Shopsys and Sylius should pass
Did PHPStan help you today? Did it make you happy in any way?
No response