Passed
Push — master ( 2aa6e3...e34bbe )
by Warwick
04:33
created
classes/class-wetu-importer-accommodation.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -317,9 +317,9 @@
 block discarded – undo
317 317
 						if ( 'Destination' === trim( $row['type'] ) ||
318 318
 							 'Activity' === trim( $row['type'] ) ||
319 319
 							 'Restaurant' === trim( $row['type'] ) ||
320
-						     'None' === trim( $row['type'] ) ||
321
-						     'Site / Attraction' === trim( $row['type'] ) ||
322
-						     '' === trim( $row['type'] )
320
+							 'None' === trim( $row['type'] ) ||
321
+							 'Site / Attraction' === trim( $row['type'] ) ||
322
+							 '' === trim( $row['type'] )
323 323
 
324 324
 						) {
325 325
 							continue;
Please login to merge, or discard this patch.