comment fixes
[civicrm-core.git] / CRM / Contact / Page / Inline / OpenID.php
index ba921c210e764c16cf4bf2677f2d5a6180dbda0b..72ab101432e0f24d82e9466ce93d8e1c1740231b 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | 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 for OpenID
- *
+ * Dummy page for details for OpenID.
  */
 class CRM_Contact_Page_Inline_OpenID extends CRM_Core_Page {
 
@@ -43,12 +40,8 @@ class CRM_Contact_Page_Inline_OpenID extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
-   * @access public
-   *
    */
-  function run() {
+  public function run() {
     // get the emails for this contact
     $contactId = CRM_Utils_Request::retrieve('cid', 'Positive', CRM_Core_DAO::$_nullObject, TRUE, NULL, $_REQUEST);
 
@@ -71,5 +64,5 @@ class CRM_Contact_Page_Inline_OpenID extends CRM_Core_Page {
     // finally call parent
     parent::run();
   }
-}
 
+}