comment fixes
[civicrm-core.git] / CRM / Contact / Page / SavedSearch.php
index a55750cc4367746571db4b4d8c926e3c11c215db..54091dcf8666512b635dd9f23065593abad5bcb5 100644 (file)
@@ -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
  */
 
 /**
  * Main page for viewing all Saved searches.
- *
  */
 class CRM_Contact_Page_SavedSearch extends CRM_Core_Page {
 
@@ -51,8 +48,6 @@ class CRM_Contact_Page_SavedSearch extends CRM_Core_Page {
    *
    * @param int $id
    *   Id of saved search.
-   *
-   * @return void
    */
   public function delete($id) {
     // first delete the group associated with this saved search
@@ -124,8 +119,6 @@ class CRM_Contact_Page_SavedSearch extends CRM_Core_Page {
 
   /**
    * Run this page (figure out the action needed and perform it).
-   *
-   * @return void
    */
   public function run() {
     $action = CRM_Utils_Request::retrieve('action', 'String',