INFRA-132 - CRM/Import - Convert single-line @param to multi-line
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 19:41:08 +0000 (11:41 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:02:29 +0000 (15:02 -0800)
CRM/Import/DataSource/CSV.php
CRM/Import/Parser.php

index 3ebc79d3e3189beba4e6600fea2d892a0c6b7b69..1c3dda4d7f9a43ff38d193f67b5841e999f1f5c5 100644 (file)
@@ -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
    */
index 0d258fe52de44a6561a28ad1c079cee44466de84..11efca71cc4a4b71e9122562c9bf9f308b72f07f 100644 (file)
@@ -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
    */