comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Useradd.php
index 8b8a205093abbbbbddfee89c99e47ab2e2e4ee40..c8d1da566e33680d1c9348446eb6846854bd7953 100755 (executable)
@@ -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.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * $Id$
- *
  */
 
 /**
- * Dummy page for details of Email
- *
+ * Dummy page for details of Email.
  */
 class CRM_Contact_Page_View_Useradd extends CRM_Core_Page {
 
@@ -42,9 +39,6 @@ class CRM_Contact_Page_View_Useradd extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
-   *
    */
   public function run() {
     $controller = new CRM_Core_Controller_Simple('CRM_Contact_Form_Task_Useradd',
@@ -58,4 +52,5 @@ class CRM_Contact_Page_View_Useradd extends CRM_Core_Page {
 
     return parent::run();
   }
+
 }