Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
[change] (PHPLIB-313) Add missing throws annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixer1182 committed Jul 8, 2020
1 parent 542c089 commit 006ab2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/ResourceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ public function deleteResource(AbstractHeidelpayResource &$resource): ?AbstractH
*
* @throws HeidelpayApiException A HeidelpayApiException is thrown if there is an error returned on API-request.
* @throws RuntimeException A RuntimeException is thrown when there is an error while using the SDK.
* @throws Exception
*/
public function fetchResource(AbstractHeidelpayResource $resource): AbstractHeidelpayResource
{
Expand Down

0 comments on commit 006ab2c

Please sign in to comment.