whitepace y, std is => array( on same line,
[civicrm-core.git] / CRM / Mailing / Form / Upload.php
index a563deaa0aef711a435cd6d9a0caa759bcd6b20e..017837db9166e3f310843ef54eade0b8e0f35a29 100644 (file)
@@ -37,6 +37,7 @@
  * This file is used to build the form configuring mailing details
  */
 class CRM_Mailing_Form_Upload extends CRM_Core_Form {
+
   public $_mailingID;
 
   function preProcess() {
@@ -56,7 +57,7 @@ class CRM_Mailing_Form_Upload extends CRM_Core_Form {
     }
   }
   /**
-   * This function sets the default values for the form.
+   * Set default values for the form.
    * the default values are retrieved from the database
    *
    * @access public
@@ -200,7 +201,7 @@ class CRM_Mailing_Form_Upload extends CRM_Core_Form {
   }
 
   /**
-   * Function to actually build the form
+   * Build the form object
    *
    * @return void
    * @access public
@@ -500,10 +501,13 @@ class CRM_Mailing_Form_Upload extends CRM_Core_Form {
   }
 
   /**
-   * Function for validation
+   * Validation
    *
    * @param array $params (ref.) an assoc array of name/value pairs
    *
+   * @param $files
+   * @param $self
+   *
    * @return mixed true or array of errors
    * @access public
    * @static