Code styling fixes
[civicrm-core.git] / CRM / Contact / Page / Dashlet.php
index 8aa512ad5b2e4603a556e8ddb68a9b1b67bd6b9b..dbc6cdc1d9fd5b74d9420365decc507cc9a01844 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -40,7 +40,7 @@
 class CRM_Contact_Page_Dashlet extends CRM_Core_Page {
 
   /**
-   * Run dashboard
+   * Run dashboard.
    *
    * @return void
    */
@@ -81,5 +81,5 @@ class CRM_Contact_Page_Dashlet extends CRM_Core_Page {
 
     return parent::run();
   }
-}
 
+}