Skip to content

Commit

Permalink
Add missing @throws annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp committed Apr 19, 2018
1 parent a37cd90 commit eea01ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Zendesk/API/Traits/Resource/FindAll.php
Expand Up @@ -14,6 +14,8 @@ trait FindAll
* @param string $routeKey
*
* @return \stdClass | null
* @throws \Zendesk\API\Exceptions\AuthException
* @throws \Zendesk\API\Exceptions\ApiResponseException
*/
public function findAll(array $params = [], $routeKey = __FUNCTION__)
{
Expand Down

0 comments on commit eea01ef

Please sign in to comment.