From 37108a6ff4e7654e00bf5c88edb5078722bbc799 Mon Sep 17 00:00:00 2001 From: Kapil Paul Date: Tue, 1 Mar 2022 00:43:46 +0600 Subject: [PATCH] fix: phpcs error --- includes/Gateway/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Gateway/Manager.php b/includes/Gateway/Manager.php index 8a46c8f..a0af1f9 100644 --- a/includes/Gateway/Manager.php +++ b/includes/Gateway/Manager.php @@ -330,7 +330,7 @@ public function maybe_update_transaction( $payment_id, $verify_payment, $respons * @since 2.1.0 * * @return boolean|\WP_Error True or false based on success, or a WP_Error object. - * @throws \Exception + * @throws \Exception Exception message. */ public function init_refund( $order_id, $amount = null, $reason = '', $wc_create_refund = false ) { $order = wc_get_order( $order_id );