whitepace y, std is => array( on same line,
[civicrm-core.git] / CRM / Mailing / Form / Test.php
index 8ef9fcbf71bf742d98eaadcafe059cdca0f7d2dc..620d6b9c54b333012a5c0f8d93c0a644512e9474 100644 (file)
@@ -39,7 +39,7 @@
 class CRM_Mailing_Form_Test extends CRM_Core_Form {
 
   /**
-   * Function to set variables up before form is built
+   * Set variables up before form is built
    *
    * @return void
    * @access public
@@ -57,7 +57,7 @@ class CRM_Mailing_Form_Test extends CRM_Core_Form {
   }
 
   /**
-   * This function sets the default values for the form.
+   * Set default values for the form.
    *
    * @access public
    *
@@ -172,11 +172,10 @@ class CRM_Mailing_Form_Test extends CRM_Core_Form {
   /**
    * Form rule to send out a test mailing.
    *
-   * @param $testParams
+   * @param aray $testParams
    * @param array $files Any files posted to the form
    * @param array $self an current this object
    *
-   * @internal param array $params Array of the form values
    * @return boolean          true on successful SMTP handoff
    * @access public
    */