Test Failed
Pull Request — master (#2814)
by Devin
05:29
created
includes/class-give-background-updater.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -202,8 +202,8 @@
 block discarded – undo
202 202
 		// 2. Processing percentage greater then 100%
203 203
 		if( (
204 204
 			101 < $resume_update['total_percentage'] ) ||
205
-		    ( $give_updates->get_total_db_update_count() < $resume_update['update'] ) ||
206
-		    ! in_array( $resume_update['update_info']['id'], $give_updates->get_update_ids() )
205
+			( $give_updates->get_total_db_update_count() < $resume_update['update'] ) ||
206
+			! in_array( $resume_update['update_info']['id'], $give_updates->get_update_ids() )
207 207
 		) {
208 208
 			if( ! $this->is_paused_process() ){
209 209
 				$give_updates->__pause_db_update(true);
Please login to merge, or discard this patch.