From 928c6268b669e1b4c59ad9943f6e46529445173d Mon Sep 17 00:00:00 2001 From: Al Amin Ahamed <34349365+mralaminahamed@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:05:07 +0600 Subject: [PATCH] update: coding style --- includes/ProductStatusRollback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ProductStatusRollback.php b/includes/ProductStatusRollback.php index c1d0eee08f..fa304832d0 100644 --- a/includes/ProductStatusRollback.php +++ b/includes/ProductStatusRollback.php @@ -114,7 +114,7 @@ public function process_reject_operation(): void { */ do_action( 'dokan_after_product_status_rollback', $product, $target_status ); - ++ $processed; + ++$processed; } catch ( Throwable $e ) { dokan_log( sprintf(