Mass cleanup of docblocks/code/comments
[civicrm-core.git] / CRM / Import / DataSource / SQL.php
index 435a2c1384cabbf134e2608df5ac49b72bf66a2a..1f179171891982960ddf0b5e677ef99e92bfa40f 100644 (file)
@@ -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
    */