Merge pull request #4913 from colemanw/INFRA-132
[civicrm-core.git] / CRM / Campaign / Form / Task / Result.php
index e42568c461dac3ed1df1c5040484fa986a87dd89..4a70eeeaea34de2c8b9013b3f23d1a1786e775c3 100755 (executable)
@@ -44,15 +44,14 @@ class CRM_Campaign_Form_Task_Result extends CRM_Campaign_Form_Task {
    * Build all the data structures needed to build the form
    *
    * @return void
-   * @access public
    */
-  function preProcess() {}
+  public function preProcess() {
+  }
 
   /**
    * Build the form object
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $this->addButtons(array(
@@ -65,4 +64,3 @@ class CRM_Campaign_Form_Task_Result extends CRM_Campaign_Form_Task {
     );
   }
 }
-