Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #72 from sebdesign/3.0
Browse files Browse the repository at this point in the history
Fix typehint for Braintree plan
  • Loading branch information
taylorotwell authored Apr 15, 2019
2 parents b509543 + 9e8b992 commit bd503a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function swap($plan)
/**
* Determine if the given plan would alter the billing frequency.
*
* @param string $plan
* @param \Braintree\Plan $plan
* @return bool
* @throws \Exception
*/
Expand All @@ -232,7 +232,7 @@ protected function wouldChangeBillingFrequency($plan)
/**
* Swap the subscription to a new Braintree plan with a different frequency.
*
* @param string $plan
* @param \Braintree\Plan $plan
* @return \Laravel\Cashier\Subscription
* @throws \Exception
*/
Expand Down

0 comments on commit bd503a4

Please sign in to comment.