From 454a9d5ced137e290347813549616dc4aed16c45 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:21:12 +0200 Subject: [PATCH] phpcbf --- pronamic-pay-gravity-forms.php | 1 - src/IssuersField.php | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pronamic-pay-gravity-forms.php b/pronamic-pay-gravity-forms.php index 1262919..2c51d09 100644 --- a/pronamic-pay-gravity-forms.php +++ b/pronamic-pay-gravity-forms.php @@ -74,4 +74,3 @@ function ( $gateways ) { } ); } - diff --git a/src/IssuersField.php b/src/IssuersField.php index e5980c8..63abb42 100644 --- a/src/IssuersField.php +++ b/src/IssuersField.php @@ -295,21 +295,21 @@ public function get_field_input( $form, $value = '', $entry = null ) { // Icon file and size. switch ( $this->pronamicPayDisplayMode ) { case 'icons-24': - $display_width = 24; - $display_height = 24; + $display_width = 24; + $display_height = 24; $image_variation = 'icon-512x512.svg'; break; case 'icons-64': - $display_width = 64; - $display_height = 64; + $display_width = 64; + $display_height = 64; $image_variation = 'icon-512x512.svg'; break; case 'icons-125': default: - $display_width = 125; - $display_height = 70; + $display_width = 125; + $display_height = 70; $image_variation = '640x360.svg'; }