INFRA-132 - CRM/PCP - phpcbf
[civicrm-core.git] / CRM / Pledge / Form / Task.php
index 81cbb2080d4ba5a2940700690d2d3079f77735a2..1704a2af2e36b2833d1d17767548a223e2bd9da5 100644 (file)
@@ -73,7 +73,6 @@ class CRM_Pledge_Form_Task extends CRM_Core_Form {
    * @param
    *
    * @return void
-   * @access public
    */
   public function preProcess() {
     self::preProcessCommon($this);
@@ -150,14 +149,14 @@ class CRM_Pledge_Form_Task extends CRM_Core_Form {
    * Simple shell that derived classes can call to add buttons to
    * the form with a customized title for the main Submit
    *
-   * @param string $title title of the main button
+   * @param string $title
+   *   Title of the main button.
    * @param string $nextType
    * @param string $backType
    * @param bool $submitOnce
    *
    *
    * @return void
-   * @access public
    */
   public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(
@@ -174,4 +173,3 @@ class CRM_Pledge_Form_Task extends CRM_Core_Form {
     );
   }
 }
-