bulk comment fixes
[civicrm-core.git] / CRM / PCP / Form / Campaign.php
index 8748975e032f00864c28a174f955e36dab1f742a..81fb98a54eb24bdcfc68b1d70ba6c7a2af9316c1 100644 (file)
@@ -149,9 +149,11 @@ class CRM_PCP_Form_Campaign extends CRM_Core_Form {
   /**
    * global form rule
    *
-   * @param array $fields  the input form values
-   * @param array $files   the uploaded files if any
-   * @param array $options additional user data
+   * @param array $fields the input form values
+   * @param array $files the uploaded files if any
+   * @param $self
+   *
+   * @internal param array $options additional user data
    *
    * @return true if no errors, else array of errors
    * @access public