Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 16, 2017
1 parent ce83c99 commit 6956b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Facade/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function _get($id) {
* 2017-02-10
* @override
* @see \Df\StripeClone\Facade\Customer::cardAdd()
* @used-by \Df\StripeClone\P\Charge::newCard()
* @used-by \Df\StripeClone\Payer::newCard()
* @param C $c
* @param string $token
* @return string
Expand All @@ -40,7 +40,7 @@ function cardAdd($c, $token) {
* 2017-02-10
* @override
* @see \Df\StripeClone\Facade\Customer::create()
* @used-by \Df\StripeClone\P\Charge::newCard()
* @used-by \Df\StripeClone\Payer::newCard()
* @param array(string => mixed) $p
* @return C
*/
Expand All @@ -50,7 +50,7 @@ function create(array $p) {return C::create($p);}
* 2017-02-10
* @override
* @see \Df\StripeClone\Facade\Customer::id()
* @used-by \Df\StripeClone\P\Charge::newCard()
* @used-by \Df\StripeClone\Payer::newCard()
* @param C $c
* @return string
*/
Expand Down

0 comments on commit 6956b03

Please sign in to comment.