Skip to content

Commit

Permalink
Add missing docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Jul 11, 2024
1 parent 37e4439 commit 29b85c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Concerns/ManagesCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ public function redirectToBillingPortal($returnUrl = null, array $options = [])
/**
* Get a collection of the customer's TaxID's.
*
* @param array $options
* @return \Illuminate\Support\Collection|\Stripe\TaxId[]
*/
public function taxIds(array $options = [])
Expand All @@ -499,6 +500,7 @@ public function taxIds(array $options = [])
/**
* Find a TaxID by ID.
*
* @param string $id
* @return \Stripe\TaxId|null
*/
public function findTaxId($id)
Expand Down

0 comments on commit 29b85c1

Please sign in to comment.