Merge pull request #4630 from atif-shaikh/CRM-15546
[civicrm-core.git] / tests / phpunit / CiviTest / Event.php
index 705a66cef6f0f8637e6f930e455605b818ab795f..cdb44ac0c9e0e8b026432c1a55c1491b576a62f6 100644 (file)
@@ -8,7 +8,7 @@ class Event extends PHPUnit_Framework_Testcase {
    * Helper function to create
    * an Event
    *
-   * @param $contactId
+   * @param int $contactId
    *
    * @return mixed $event id of created Event
    */
@@ -36,8 +36,7 @@ class Event extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to delete an Event
    *
-   * @param $eventId
-   * @internal param int $eventID id of the event to delete
+   * @param int $eventId
    * @return boolean true if event deleted, false otherwise
    */
   static function delete($eventId) {