Merge pull request #5182 from colemanw/Cleanup
[civicrm-core.git] / tests / phpunit / CiviTest / Event.php
index bd393f36c5d0602aba432e4e8e42d38673aaca74..a8d8ce6e3449466193024fe240d16ae34eef7767 100644 (file)
@@ -34,13 +34,14 @@ class Event extends PHPUnit_Framework_Testcase {
   }
 
   /**
-   * Helper function to delete an Event
+   * Helper function to delete an Event.
    *
    * @param int $eventId
-   * @return boolean
+   * @return bool
    *   true if event deleted, false otherwise
    */
   public static function delete($eventId) {
     return CRM_Event_BAO_Event::del($eventId);
   }
+
 }