further comment fixes
[civicrm-core.git] / CRM / Admin / Page / Persistent.php
index 7df058b9deb8ee0ff39140c3d8f89f5432667c40..e562780e1b4590820e3efedce5c261f5deae0c0f 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.                                    |
 |                                                                    |
@@ -28,9 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 
 /**
@@ -39,7 +37,7 @@
 class CRM_Admin_Page_Persistent extends CRM_Core_Page {
 
   /**
-   * The action links that we need to display for the browse screen
+   * The action links that we need to display for the browse screen.
    *
    * @var array
    */
@@ -47,7 +45,7 @@ class CRM_Admin_Page_Persistent extends CRM_Core_Page {
   private static $_customizeActionLinks;
 
   /**
-   * Get action Links
+   * Get action Links.
    *
    * @return array
    *   (reference) of action links
@@ -89,8 +87,6 @@ class CRM_Admin_Page_Persistent extends CRM_Core_Page {
 
   /**
    * Run the basic page (run essentially starts execution for that page).
-   *
-   * @return void
    */
   public function run() {
     CRM_Utils_System::setTitle(ts('DB Template Strings'));
@@ -99,10 +95,7 @@ class CRM_Admin_Page_Persistent extends CRM_Core_Page {
   }
 
   /**
-   * Browse all options
-   *
-   *
-   * @return void
+   * Browse all options.
    */
   public function browse() {
     $permission = FALSE;