comment fixes, formatting, duplicate array key
[civicrm-core.git] / CRM / Import / DataSource.php
index 93d81a668cf60861fc0cf32000baa62c7e394526..14cdb9f890be0eec5ab02305ce46da9a9a1b9017 100644 (file)
@@ -61,6 +61,8 @@ abstract class CRM_Import_DataSource {
    * form snippet. It should add all fields necesarry to get the data
    * uploaded to the temporary table in the DB.
    *
+   * @param $form
+   *
    * @return void (operates directly on form argument)
    * @access public
    */