comment fixes
[civicrm-core.git] / CRM / Contact / Page / SavedSearch.php
index 92cad7fcb93dd5f4ab552de58bfe3bdc2feb1431..54091dcf8666512b635dd9f23065593abad5bcb5 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
  * 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',