INFRA-132 - Spaces around "."
[civicrm-core.git] / CRM / Custom / Import / Parser.php
index ad9aff845b6315a3ae0a8495a5433c4075efc2b6..8b209c8a6cbdc0e873db8d88beb2558a791ee137 100644 (file)
@@ -76,7 +76,8 @@ abstract class CRM_Custom_Import_Parser extends CRM_Contact_Import_Parser {
    * @return mixed
    * @throws Exception
    */
-  function run($fileName,
+  function run(
+    $fileName,
     $separator = ',',
     &$mapper,
     $skipColumnHeader = FALSE,
@@ -243,7 +244,6 @@ abstract class CRM_Custom_Import_Parser extends CRM_Contact_Import_Parser {
 
     fclose($fd);
 
-
     if ($mode == self::MODE_PREVIEW || $mode == self::MODE_IMPORT) {
       $customHeaders = $mapper;