minor fixes
[civicrm-core.git] / CRM / Activity / BAO / Activity.php
index c436d774bca751b445edce51f22ab609672dad68..2300856904e8f08700e15cdae220df718c8c2dd9 100644 (file)
@@ -2042,7 +2042,7 @@ WHERE      activity.id IN ($activityIds)";
    *   For Membership Signup or Renewal.
    * @param int $targetContactID
    * @param array $params
-   *   Activity params to override
+   *   Activity params to override.
    *
    * @return bool|NULL
    */
@@ -2127,10 +2127,10 @@ WHERE      activity.id IN ($activityIds)";
   }
 
   /**
-   * Get activity subject on basis of component object
+   * Get activity subject on basis of component object.
    *
    * @param object $entityObj
-   *   (reference) particular component object.
+   *   particular component object.
    *
    * @return string
    */