Merge pull request #3284 from eileenmcnaughton/comments
[civicrm-core.git] / api / v3 / Event.php
index 478d28460ed320780a6849698c1fda05a651e579..93eb30c93e6f6bce74697ae57f73aab6eaf916c9 100644 (file)
@@ -220,6 +220,10 @@ function civicrm_api3_event_delete($params) {
  * @param int $event_id Id of the event to be updated
  *
  */
+/**
+ * @param $event
+ * @param $event_id
+ */
 function _civicrm_api3_event_getisfull(&$event, $event_id) {
   $eventFullResult = CRM_Event_BAO_Participant::eventFull($event_id, 1);
   if (!empty($eventFullResult) && is_int($eventFullResult)) {