mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Fix phpcs
This commit is contained in:
parent
21b1a1b181
commit
8d475494ac
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ use WC_Payment_Token_CC;
|
||||||
class RealTimeAccountUpdaterHelper {
|
class RealTimeAccountUpdaterHelper {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $expiry Card expìry.
|
* Updates WC card token with the given data.
|
||||||
|
*
|
||||||
|
* @param string $expiry Card expiry.
|
||||||
* @param string $last_digits Card last 4 digits.
|
* @param string $last_digits Card last 4 digits.
|
||||||
* @param WC_Payment_Token $token WC Payment Token.
|
* @param WC_Payment_Token $token WC Payment Token.
|
||||||
* @return void
|
* @return void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue