Merge pull request #6680 from colemanw/cleanup
[civicrm-core.git] / CRM / Contact / Page / Dashlet.php
index 487272947917d5665f1711215a49e2f0bd625c99..721e0559cd8d1f2865c46912cd54029d49bacaa1 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
  */
 
 /**
- * CiviCRM Dashlet
- *
+ * CiviCRM Dashlet.
  */
 class CRM_Contact_Page_Dashlet extends CRM_Core_Page {
 
   /**
    * Run dashboard.
-   *
-   * @return void
    */
   public function run() {
     CRM_Utils_System::setTitle(ts('Dashlets'));