Passed
Push — master ( c9a335...2052a6 )
by Warwick
03:24
created
classes/class-wetu-importer-accommodation.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -343,11 +343,11 @@
 block discarded – undo
343 343
 					foreach ( $search_data as $sdata ) {
344 344
 
345 345
 						if ( 'Destination' === trim( $sdata['type'] ) ||
346
-						     'Activity' === trim( $sdata['type'] ) ||
347
-						     'Restaurant' === trim( $sdata['type'] ) ||
348
-						     'None' === trim( $sdata['type'] ) ||
349
-						     'Site / Attraction' === trim( $sdata['type'] ) ||
350
-						     '' === trim( $sdata['type'] )
346
+							 'Activity' === trim( $sdata['type'] ) ||
347
+							 'Restaurant' === trim( $sdata['type'] ) ||
348
+							 'None' === trim( $sdata['type'] ) ||
349
+							 'Site / Attraction' === trim( $sdata['type'] ) ||
350
+							 '' === trim( $sdata['type'] )
351 351
 						) {
352 352
 							continue;
353 353
 						}
Please login to merge, or discard this patch.