Passed
Push — master ( 75a1c7...9b179b )
by Warwick
02:20
created
classes/class-wetu-importer-accommodation.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -349,11 +349,11 @@
 block discarded – undo
349 349
 					foreach ( $search_data as $sdata ) {
350 350
 
351 351
 						if ( 'Destination'  	 === trim( $sdata['type'] ) ||
352
-						     'Activity' 		 === trim( $sdata['type'] ) ||
353
-						     'Restaurant' 		 === trim( $sdata['type'] ) ||
354
-						     'None' 			 === trim( $sdata['type'] ) ||
355
-						     'Site / Attraction' === trim( $sdata['type'] ) ||
356
-						     '' 				 === trim( $sdata['type'] )
352
+							 'Activity' 		 === trim( $sdata['type'] ) ||
353
+							 'Restaurant' 		 === trim( $sdata['type'] ) ||
354
+							 'None' 			 === trim( $sdata['type'] ) ||
355
+							 'Site / Attraction' === trim( $sdata['type'] ) ||
356
+							 '' 				 === trim( $sdata['type'] )
357 357
 						) {
358 358
 							continue;
359 359
 						}
Please login to merge, or discard this patch.