comment fixes
[civicrm-core.git] / CRM / Contribute / Form / ContributionView.php
index 21ee9334190ca0977ebde1b0ea94e33827f7b8ce..988a6a423c9251067a877b9ea5246d8bcb2fb0c5 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for Payment-Instrument
- *
+ * This class generates form components for Payment-Instrument.
  */
 class CRM_Contribute_Form_ContributionView extends CRM_Core_Form {
 
   /**
    * Set variables up before form is built.
-   *
-   * @return void
    */
   public function preProcess() {
     $id = $this->get('id');
@@ -204,8 +199,6 @@ class CRM_Contribute_Form_ContributionView extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {