INFRA-132 - CRM/Custom - Misc
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 22:56:54 +0000 (14:56 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:47 +0000 (15:07 -0800)
CRM/Custom/Form/CustomData.php
CRM/Custom/Import/Parser.php

index 4fbb0f69c39fe1d9820d0f393c1effbf77e1431b..c7fd99cb9b1edc556a2e320d831d3b428e9b3f9a 100644 (file)
@@ -49,7 +49,8 @@ class CRM_Custom_Form_CustomData {
    *
    * @return void
    */
-  static function preProcess(&$form, $subName = NULL, $subType = NULL,
+  static function preProcess(
+    &$form, $subName = NULL, $subType = NULL,
     $groupCount = NULL, $type = NULL, $entityID = NULL, $onlySubType = NULL
   ) {
     if ($type) {
index e08e3a75205b397b1cd7b63a928ee885ed06290e..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,