CRM-21267: Cleaning up lint errors
authorAlok Patel <alok@agileware.com.au>
Thu, 12 Oct 2017 11:34:04 +0000 (17:04 +0530)
committerAlok Patel <alok@agileware.com.au>
Thu, 12 Oct 2017 11:34:04 +0000 (17:04 +0530)
CRM/Contact/Import/Parser.php

index 481abb0ba260b7f315cd3f5db10dc7f659c33292..933f34bb861023338e71f41cc17bc2da02aa6ce4 100644 (file)
@@ -844,7 +844,7 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
       ) {
         //we should not update Date to null, CRM-4062
         if ($val && ($customFields[$customFieldID]['data_type'] == 'Date')) {
-         //CRM-21267
+          //CRM-21267
           CRM_Contact_Import_Parser_Contact::formatCustomDate($params, $formatted, $dateType, $key);
         }
         elseif ($customFields[$customFieldID]['data_type'] == 'Boolean') {