comment tidies
authoreileenmcnaugton <eileen@fuzion.co.nz>
Thu, 26 Nov 2015 21:24:26 +0000 (10:24 +1300)
committereileenmcnaugton <eileen@fuzion.co.nz>
Thu, 26 Nov 2015 21:24:26 +0000 (10:24 +1300)
CRM/Contribute/BAO/Contribution.php

index 5798aa52d23b36efe142318d67c155bd97972dde..e733953713ce3af003dc3274832c6c74afd79b8f 100644 (file)
@@ -73,10 +73,6 @@ class CRM_Contribute_BAO_Contribution extends CRM_Contribute_DAO_Contribution {
 
   /**
    * Class constructor.
-   *
-   * @return \CRM_Contribute_DAO_Contribution
-   */
-  /**
    */
   public function __construct() {
     parent::__construct();
@@ -231,8 +227,7 @@ class CRM_Contribute_BAO_Contribution extends CRM_Contribute_DAO_Contribution {
   }
 
   /**
-   * Given the list of params in the params array, fetch the object
-   * and store the values in the values array
+   * Fetch the object and store the values in the values array.
    *
    * @param array $params
    *   Input parameters to find object.