jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
221 stars 54 forks source link

Missing @throws in the phpdocs #149

Closed pmishev closed 1 year ago

pmishev commented 2 years ago

This is pretty much a duplicate of https://github.com/jolicode/slack-php-api/issues/126, which was closed without an actual solution. The phpdocs are not correct and it's causing very annoying problems with static code checks. Is there a reason why you can't add @throws SlackErrorResponse ?

lyrixx commented 1 year ago

Hello,

Maintaining @throw PHPDoc is very time consuming for maintainers. And this issue did not get much tractions.

So I think we can close this issue.

Anyway, thanks for raising your point.

lyrixx commented 1 year ago

Duplicates of #127.