From 077c23d7f19aa0e4bebeef8e93ff689b6c14e24c Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Tue, 16 May 2023 15:15:35 +0200 Subject: [PATCH] Fix phpcs --- modules/ppcp-button/src/Assets/SmartButton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 941620154..8a2df627d 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -235,11 +235,11 @@ class SmartButton implements SmartButtonInterface { * @param array $all_funding_sources All existing funding sources. * @param bool $basic_checkout_validation_enabled Whether the basic JS validation of the form iss enabled. * @param bool $early_validation_enabled Whether to execute WC validation of the checkout form. + * @param array $pay_now_contexts The contexts that should have the Pay Now button. * @param string $intent The intent. * @param string $context The current context. * @param bool $can_save_vault_token Whether vault tokens could be saved. * @param string $vault Whether vault could be enabled or not. - * @param string[] $pay_now_contexts The contexts that should have the Pay Now button. * @param LoggerInterface $logger The logger. */ public function __construct(