Skip to content

Commit

Permalink
fix documentation on IApiRequest to prevent scrutinizer issues (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
callyall committed Mar 25, 2021
1 parent 8a25323 commit a9862d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface IApiRequest extends IApiConnectionAware
/**
* Raw result from the API Request
*
* @return IApiResult
* @return IApiResult|\Throwable
*/
public function getRawResult();

Expand Down

0 comments on commit a9862d8

Please sign in to comment.