Skip to content

Commit c9283ab

Browse files
committed
Update docBlocks
1 parent b5f1ae4 commit c9283ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CopacoCloudAPIClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function setBearerToken(#[SensitiveParameter] ?string $bearerToken): self
6868
* @param array $query
6969
*
7070
* @return SubscriptionList|null
71+
* @throws CopacoCloudAPIException
7172
*/
7273
public function getSubscriptions(array $query = []): ?SubscriptionList
7374
{
@@ -79,6 +80,7 @@ public function getSubscriptions(array $query = []): ?SubscriptionList
7980
* @param array $query
8081
*
8182
* @return CustomerList|null
83+
* @throws CopacoCloudAPIException
8284
*/
8385
public function getCustomers(array $query = []): ?CustomerList
8486
{

0 commit comments

Comments
 (0)