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

Remove from final exit points every exception that is catched

Open Bellangelo opened this issue 1 year ago • 3 comments

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

Bellangelo avatar Nov 13 '24 04:11 Bellangelo

@ondrejmirtes Should I open a PR for the 1.12.x branch as well? Or are you gonna back-porting all issues from the 2.0.x back to the 1.12.x?

Bellangelo avatar Nov 14 '24 15:11 Bellangelo

If you want this PR to apply to 1.x you should target the PR like that.

It usually only makes sense if the PR does not conflict too much with 2.x

staabm avatar Nov 19 '24 06:11 staabm

I'm not sure if all of those expected errors should disappear. That's why I didn't merge this yet.

ondrejmirtes avatar May 05 '25 07:05 ondrejmirtes