comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Print.php
index 854e3ce60b82c57579a15e0d7f6069f025068b62..202568ebcb4cc02b743b417a3ccc0de5f4b43a94 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
  */
 
 /**
  * Main page for viewing contact.
- *
  */
 class CRM_Contact_Page_View_Print extends CRM_Contact_Page_View_Summary {
 
   /**
-   * Heart of the viewing process. The runner gets all the meta data for
-   * the contact and calls the appropriate type of page to view.
+   * Heart of the viewing process.
    *
-   * @return void
+   * The runner gets all the meta data for the contact and calls the appropriate type of page to view.
    */
   public function run() {
     $this->_print = CRM_Core_Smarty::PRINT_PAGE;
@@ -57,8 +53,6 @@ class CRM_Contact_Page_View_Print extends CRM_Contact_Page_View_Summary {
 
   /**
    * View summary details of a contact.
-   *
-   * @return void
    */
   public function view() {
     $params = array();