notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
634 stars 122 forks source link

Suggestion: add phpdoc @throws tags where needed #134

Open sk33wiff opened 6 years ago

sk33wiff commented 6 years ago

This will help IDEs helpers to identify potentially unhanded exceptions.

i.e:

https://github.com/artisaninweb/laravel-soap/blob/master/src/Artisaninweb/SoapWrapper/Client.php#L181