phpstan / phpstan-symfony

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

Add missing @throws in stubs. #329

Closed hxv closed 1 year ago

hxv commented 1 year ago

I've compared all stub files with Symfony's source files, and found some missing @throws tags:

Exceptions should now match.

ondrejmirtes commented 1 year ago

Thank you.