comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Print.php
index 6d0b4630630229afd4ce4687a927d61b413da8e5..202568ebcb4cc02b743b417a3ccc0de5f4b43a94 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
  * 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();