X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FBAO%2FContributionSoft.php;h=a5eaeb3cac2b445b14e9e391fbef49cb8a945875;hb=1817e748ccf09fb18d5e66b8825f6ef32dd4a3aa;hp=4e278040a62d6b1e2761513209c171c082f7ebe6;hpb=96025800fa500fbbd71288fa1b0bc459f17c5bcc;p=civicrm-core.git diff --git a/CRM/Contribute/BAO/ContributionSoft.php b/CRM/Contribute/BAO/ContributionSoft.php index 4e278040a6..a5eaeb3cac 100644 --- a/CRM/Contribute/BAO/ContributionSoft.php +++ b/CRM/Contribute/BAO/ContributionSoft.php @@ -35,14 +35,14 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_ContributionSoft { /** - * Construct method + * Construct method. */ public function __construct() { parent::__construct(); } /** - * Add contribution soft credit record + * Add contribution soft credit record. * * @param array $params * (reference ) an assoc array of name/value pairs. @@ -63,7 +63,7 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio } /** - * Fetch object based on array of properties + * Fetch object based on array of properties. * * @param array $params * (reference ) an assoc array of name/value pairs. @@ -83,7 +83,7 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio } /** - * Delete soft credits + * Delete soft credits. * * @param array $params *