From 74fda85fba437243a99784b8fae131b3648142b5 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Wed, 21 Aug 2024 14:09:49 +0530 Subject: [PATCH] linting --- includes/Services/InstaMigrateService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Services/InstaMigrateService.php b/includes/Services/InstaMigrateService.php index a382212..53944ba 100644 --- a/includes/Services/InstaMigrateService.php +++ b/includes/Services/InstaMigrateService.php @@ -82,7 +82,7 @@ public function install_instawp_connect() { // Check if there is a connect ID if ( empty( Helper::get_connect_id() ) ) { if ( $this->count < 3 ) { - $this->count++; + ++$this->count; delete_option( 'instawp_api_options' ); // delete the connection to plugin and website sleep( 1 ); self::install_instawp_connect();