further comment fixes
[civicrm-core.git] / CRM / Campaign / Form / Search / Survey.php
index a0593d2997a931f13ce351f70dd767cfd187222a..e1d1bfc045d9e692e68ad3d1336b9aa8aaee2aeb 100755 (executable)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 
 /**
- * Files required
+ * Files required.
  */
 class CRM_Campaign_Form_Search_Survey extends CRM_Core_Form {
 
@@ -47,8 +45,6 @@ class CRM_Campaign_Form_Search_Survey extends CRM_Core_Form {
 
   /**
    * Processing needed for buildForm and later.
-   *
-   * @return void
    */
   public function preProcess() {
     $this->_search = CRM_Utils_Array::value('search', $_GET);
@@ -70,9 +66,6 @@ class CRM_Campaign_Form_Search_Survey extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   *
-   * @return void
    */
   public function buildQuickForm() {
     if ($this->_search) {