mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +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 {
|
||||
|
||||
/**
|
||||
* @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 WC_Payment_Token $token WC Payment Token.
|
||||
* @return void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue