From ad3937dbced5853603c8845468434b6c07116f03 Mon Sep 17 00:00:00 2001 From: Frey Mansikkaniemi Date: Wed, 14 Oct 2020 19:28:39 +0800 Subject: [PATCH] Closing brackets removed --- hong-kong-fps-woo-payment.php | 2 -- its-fps-qrcodedata-class.php | 4 +--- wc-gateway-invite-fps-payment-gateway-class.php | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/hong-kong-fps-woo-payment.php b/hong-kong-fps-woo-payment.php index 6190d84..7978a19 100644 --- a/hong-kong-fps-woo-payment.php +++ b/hong-kong-fps-woo-payment.php @@ -133,5 +133,3 @@ add_action('init', 'its_wpf_init_fps_qrcode_class'); function its_wpf_init_fps_qrcode_class(){ require_once 'its-fps-qrcodedata-class.php'; } - -?> \ No newline at end of file diff --git a/its-fps-qrcodedata-class.php b/its-fps-qrcodedata-class.php index b5da6bf..7c39073 100644 --- a/its-fps-qrcodedata-class.php +++ b/its-fps-qrcodedata-class.php @@ -144,6 +144,4 @@ if( !class_exists('ITS_FPS_QRCodeData') ){ } } -} - -?> \ No newline at end of file +} \ No newline at end of file diff --git a/wc-gateway-invite-fps-payment-gateway-class.php b/wc-gateway-invite-fps-payment-gateway-class.php index f5037d4..8273b13 100644 --- a/wc-gateway-invite-fps-payment-gateway-class.php +++ b/wc-gateway-invite-fps-payment-gateway-class.php @@ -352,4 +352,3 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){ } } } -?> \ No newline at end of file