comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Note.php
index 8afa5e30575e8958309a16c5a35cf38d56345c24..ffc3657c4bc754d4321dae7ca39f8f1ef73ecef1 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 Notes.
- *
  */
 class CRM_Contact_Page_View_Note extends CRM_Core_Page {
 
@@ -55,8 +52,6 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
 
   /**
    * View details of a note.
-   *
-   * @return void
    */
   public function view() {
     $note = new CRM_Core_DAO_Note();
@@ -233,8 +228,6 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
 
   /**
    * Delete the note object from the db.
-   *
-   * @return void
    */
   public function delete() {
     CRM_Core_BAO_Note::del($this->_id);