mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
phpcs
This commit is contained in:
parent
ded172c131
commit
f09d71e888
13 changed files with 159 additions and 98 deletions
|
@ -99,7 +99,7 @@ return [
|
|||
return new OrderTablePaymentStatusColumn($settings);
|
||||
},
|
||||
|
||||
'wcgateway.settings.fields' => function(ContainerInterface $container) : array {
|
||||
'wcgateway.settings.fields' => static function (ContainerInterface $container): array {
|
||||
$settings = $container->get('wcgateway.settings');
|
||||
$sandboxText = $settings->has('sandbox_on') && $settings->get('sandbox_on') ?
|
||||
__(
|
||||
|
@ -353,5 +353,5 @@ return [
|
|||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue