comment fixes
[civicrm-core.git] / CRM / Contact / Page / Inline / Phone.php
index 73cd2fb8ac9e8dadde0ab407585e69f0e16639dc..6a3388cdef0d4553ae222f678837041a7090a115 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
  */
 
 /**
- * Dummy page for details of Phone
- *
+ * Dummy page for details of Phone.
  */
 class CRM_Contact_Page_Inline_Phone extends CRM_Core_Page {
 
@@ -43,9 +40,6 @@ class CRM_Contact_Page_Inline_Phone extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
-   *
    */
   public function run() {
     // get the emails for this contact
@@ -83,4 +77,5 @@ class CRM_Contact_Page_Inline_Phone extends CRM_Core_Page {
     // finally call parent
     parent::run();
   }
+
 }