Remove unused parameter

This commit is contained in:
Emili Castells Guasch 2024-10-21 14:04:31 +02:00
parent bfd182796e
commit 1baa1d4408

View file

@ -82,7 +82,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
add_action(
'woocommerce_paypal_payments_gateway_admin_options_wrapper',
static function( PayPalGateway $gateway ) {
static function(): void {
global $hide_save_button;
$hide_save_button = true;