Skip to content

Commit

Permalink
update: coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
mralaminahamed committed Jan 6, 2025
1 parent 10a6d1a commit 928c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ProductStatusRollback.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 928c626

Please sign in to comment.