Merge pull request #4773 from civicrm/version-fix
[civicrm-core.git] / CRM / Import / DataSource / SQL.php
index 435a2c1384cabbf134e2608df5ac49b72bf66a2a..26a4fa426572d115d39d4ce3394b38161c9c9f33 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -47,7 +47,7 @@ class CRM_Import_DataSource_SQL extends CRM_Import_DataSource {
   }
 
   /**
-   * Function to set variables up before form is built
+   * Set variables up before form is built
    *
    * @access public
    */
@@ -58,7 +58,7 @@ class CRM_Import_DataSource_SQL extends 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
+   * @param CRM_Core_Form $form
    *
    * @return void (operates directly on form argument)
    * @access public
@@ -72,7 +72,7 @@ class CRM_Import_DataSource_SQL extends CRM_Import_DataSource {
   /**
    * @param $fields
    * @param $files
-   * @param $form
+   * @param CRM_Core_Form $form
    *
    * @return array|bool
    */
@@ -91,7 +91,7 @@ class CRM_Import_DataSource_SQL extends CRM_Import_DataSource {
   }
 
   /**
-   * Function to process the form
+   * Process the form submission
    *
    * @access public
    */