Fix phpcs

This commit is contained in:
Emili Castells Guasch 2024-02-13 15:37:07 +01:00
parent 21b1a1b181
commit 8d475494ac

View file

@ -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