mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs
This commit is contained in:
parent
47400e25af
commit
077c23d7f1
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue