Minor comment fixes for CRM/Extensions directory.
[civicrm-core.git] / CRM / Extension / Manager / Search.php
index da410c71fb375474687589dfdd8d8616fd7cae7f..3d3fa13ba64b7dbe64b7292896c8a96751487763 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.                                    |
  |                                                                    |
  * This class stores logic for managing CiviCRM extensions.
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 class CRM_Extension_Manager_Search extends CRM_Extension_Manager_Base {
 
-  /**
-   */
   const CUSTOM_SEARCH_GROUP_NAME = 'custom_search';
 
-  /**
-   */
   public function __construct() {
     parent::__construct(TRUE);
     $this->groupId = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionGroup',