From 8d475494ac48c61be65df5698fffc4dd1e6e3f1f Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Tue, 13 Feb 2024 15:37:07 +0100 Subject: [PATCH] Fix phpcs --- .../src/Helper/RealTimeAccountUpdaterHelper.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ppcp-save-payment-methods/src/Helper/RealTimeAccountUpdaterHelper.php b/modules/ppcp-save-payment-methods/src/Helper/RealTimeAccountUpdaterHelper.php index 1353b9a53..c2382981e 100644 --- a/modules/ppcp-save-payment-methods/src/Helper/RealTimeAccountUpdaterHelper.php +++ b/modules/ppcp-save-payment-methods/src/Helper/RealTimeAccountUpdaterHelper.php @@ -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