Skip to content

Commit

Permalink
Add PHPDOC for getDailyStatistics method
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarQa committed Jan 17, 2021
1 parent 5636074 commit 223759b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/WalletAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,20 @@ public function getAddressTransactions(
return AddressTransactionsResponse::fromJson($response);
}

/**
* @param int|null $from
* @param int|null $to
* @param int|null $limit
* @param int|null $page
*
* @return WalletDailyStatisticsResponse
* @throws BitapsAPIException
* @throws ClientExceptionInterface
* @throws DecodingExceptionInterface
* @throws RedirectionExceptionInterface
* @throws ServerExceptionInterface
* @throws TransportExceptionInterface
*/
public function getDailyStatistics(
int $from = null,
int $to = null,
Expand Down

0 comments on commit 223759b

Please sign in to comment.