phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / CRM / Campaign / Form / Task.php
index 7aead4ce2de04ee1f769794cbce13f6b7489c644..d6dc9302040cdce9712893f5c55a6cc98e70dfa9 100755 (executable)
@@ -80,7 +80,6 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form {
    * @param
    *
    * @return void
-   * @access public
    */ function preProcess() {
     $values = $this->controller->exportValues('Search');
 
@@ -141,9 +140,8 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form {
    * @param bool $submitOnce
    *
    * @return void
-   * @access public
    */
-  function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
+  public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(
         array(
           'type' => $nextType,
@@ -158,4 +156,3 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form {
     );
   }
 }
-