Merge pull request #4630 from atif-shaikh/CRM-15546
[civicrm-core.git] / tests / phpunit / CiviTest / Event.php
index 26631d8713ed89fb8e0734e26fb78378cb00517d..cdb44ac0c9e0e8b026432c1a55c1491b576a62f6 100644 (file)
@@ -1,10 +1,14 @@
 <?php
+
+/**
+ * Class Event
+ */
 class Event extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to create
    * an Event
    *
-   * @param $contactId
+   * @param int $contactId
    *
    * @return mixed $event id of created Event
    */
@@ -32,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) {