Merge pull request #4627 from colemanw/docblocks
[civicrm-core.git] / CRM / Member / Import / Form / DataSource.php
index 85a80d05eb6640ae2633255f3894856e68a6042c..8c7d383f89250207d4c1408746044b7b2e7b86c9 100644 (file)
@@ -39,7 +39,7 @@
 class CRM_Member_Import_Form_DataSource extends CRM_Core_Form {
 
   /**
-   * Function to set variables up before form is built
+   * set variables up before form is built
    *
    * @return void
    * @access public
@@ -52,7 +52,7 @@ class CRM_Member_Import_Form_DataSource extends CRM_Core_Form {
   }
 
   /**
-   * Function to actually build the form
+   * Build the form object
    *
    * @return void
    * @access public