bulk comment fix
[civicrm-core.git] / CRM / Member / Form / Task.php
index 3d221357a0d1105b4aa3211d7784fba2610e997d..238ac0d27afebc8ed09a619c2841857e0b19be12 100644 (file)
@@ -163,7 +163,11 @@ class CRM_Member_Form_Task extends CRM_Core_Form {
    * the form with a customized title for the main Submit
    *
    * @param string $title title of the main button
-   * @param string $type  button type for the form after processing
+   * @param string $nextType
+   * @param string $backType
+   * @param bool $submitOnce
+   *
+   * @internal param string $type button type for the form after processing
    *
    * @return void
    * @access public