saloonphp / saloon

🤠 Build beautiful API integrations and SDKs with Saloon
https://docs.saloon.dev
MIT License
2.09k stars 107 forks source link

Fix | Remove Unnecesary @ throws tags in docblocks #362

Closed Sammyjo20 closed 10 months ago

Sammyjo20 commented 10 months ago

This PR cleans up the usages of @throws tags inside of PHP docblocks. I have removed the ones which I didn't think were necessary for the end user to try/catch.