Intervention / image

PHP Image Processing
https://image.intervention.io
MIT License
13.84k stars 1.5k forks source link

Add more `@throws` annotation #1306

Closed VincentLanglet closed 6 months ago

VincentLanglet commented 6 months ago

Hi @olivervogel, as promise, this is a follow up of https://github.com/Intervention/image/pull/1303.

I just uncommented the exception from phpstan config and followed the errors. It seems that a lot of methods are possibly throwing exception, and the @throws RuntimeException spread from method to method.

I stop so far because I'd like to know if you will be interested by such PR. I think it's debatable.

Your choice.

olivervogel commented 6 months ago

Great, thank you very much for your efforts, @VincentLanglet . The changes can be merged when the failing checks in the pipeline are fixed.

VincentLanglet commented 6 months ago

Great, thank you very much for your efforts, @VincentLanglet . The changes can be merged when the failing checks in the pipeline are fixed.

Done