From 351c733faa439641d80b1552f8c3f7878d09ee0a Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:32:52 +0200 Subject: [PATCH] vendor/bin/phpcbf --- views/meta-box-gateway-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/meta-box-gateway-settings.php b/views/meta-box-gateway-settings.php index 3a997a2e..3e627c88 100644 --- a/views/meta-box-gateway-settings.php +++ b/views/meta-box-gateway-settings.php @@ -96,7 +96,7 @@ 'section' => 'general', 'title' => __( 'Transaction feedback', 'pronamic_ideal' ), 'type' => 'custom', - 'callback' => function() { + 'callback' => function () { printf( '⚠️ %s', __( @@ -104,7 +104,7 @@ 'pronamic_ideal' ) ); - } + }, ]; } }