phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / CRM / Campaign / Form / Task.php
index 6178eecc776cb10915d7f57fa4e216bd27440717..d6dc9302040cdce9712893f5c55a6cc98e70dfa9 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -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 {
     );
   }
 }
-