slack-php-api
slack-php-api copied to clipboard
Missing @throws in the phpdocs
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 ?