From 6f69cc11a6c3769513aa82ecd276bac9e49f75fb Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 6 Jan 2015 11:41:08 -0800 Subject: [PATCH] INFRA-132 - CRM/Import - Convert single-line @param to multi-line --- CRM/Import/DataSource/CSV.php | 15 ++++++++++----- CRM/Import/Parser.php | 6 ++++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CRM/Import/DataSource/CSV.php b/CRM/Import/DataSource/CSV.php index 3ebc79d3e3..1c3dda4d7f 100644 --- a/CRM/Import/DataSource/CSV.php +++ b/CRM/Import/DataSource/CSV.php @@ -102,11 +102,16 @@ class CRM_Import_DataSource_CSV extends CRM_Import_DataSource { /** * Create a table that matches the CSV file and populate it with the file's contents * - * @param object $db handle to the database connection - * @param string $file file name to load - * @param bool $headers whether the first row contains headers - * @param string $table Name of table from which data imported. - * @param string $fieldSeparator Character that seperates the various columns in the file + * @param object $db + * Handle to the database connection. + * @param string $file + * File name to load. + * @param bool $headers + * Whether the first row contains headers. + * @param string $table + * Name of table from which data imported. + * @param string $fieldSeparator + * Character that seperates the various columns in the file. * * @return string name of the created table */ diff --git a/CRM/Import/Parser.php b/CRM/Import/Parser.php index 0d258fe52d..11efca71cc 100644 --- a/CRM/Import/Parser.php +++ b/CRM/Import/Parser.php @@ -235,8 +235,10 @@ abstract class CRM_Import_Parser { /** * Set and validate field values * - * @param $elements : array - * @param $erroneousField : reference + * @param $elements + * : array. + * @param $erroneousField + * : reference. * * @return int */ -- 2.25.1