mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix psalm
This commit is contained in:
parent
ea96f9d8d3
commit
e6ce818d67
1 changed files with 3 additions and 3 deletions
|
@ -153,9 +153,9 @@ return array(
|
||||||
new SettingsMap(
|
new SettingsMap(
|
||||||
$container->get( 'settings.data.onboarding' ),
|
$container->get( 'settings.data.onboarding' ),
|
||||||
array(
|
array(
|
||||||
'is_casual_seller' => null,
|
'is_casual_seller' => '',
|
||||||
'are_optional_payment_methods_enabled' => true,
|
'are_optional_payment_methods_enabled' => '',
|
||||||
'products' => array(),
|
'products' => '',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue