Merge pull request #4621 from atif-shaikh/CRM-15589
[civicrm-core.git] / CRM / Member / Import / Parser.php
index 9c862f42ce35230c7a452a12ec48920063d8621d..e61e56d79dc38f04b0fb492e7678ca6cc8d39031 100644 (file)
@@ -300,7 +300,7 @@ abstract class CRM_Member_Import_Parser extends CRM_Import_Parser {
   }
 
   /**
-   * function to format the field values for input to the api
+   * format the field values for input to the api
    *
    * @return array (reference ) associative array of name/value pairs
    * @access public
@@ -405,11 +405,10 @@ abstract class CRM_Member_Import_Parser extends CRM_Import_Parser {
   /**
    * Export data to a CSV file
    *
-   * @param $fileName
+   * @param string $fileName
    * @param array $header
-   * @param data $data
+   * @param array $data
    *
-   * @internal param string $filename
    * @return void
    * @access public
    */