Skip to content

Commit

Permalink
Merge pull request #796 from geekwright/issue794
Browse files Browse the repository at this point in the history
Fix docblock \XoopsNotificationHandler::triggerEvent()
  • Loading branch information
mambax7 committed Mar 22, 2020
2 parents 5b01379 + 648265a commit 0c64c67
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions htdocs/kernel/notification.php
Expand Up @@ -625,15 +625,15 @@ public function triggerEvents($category, $item_id, $events, $extra_tags = array(
}

/**
* Enter description here...
*
* @param int $category
* @param int $item_id
* @param int $event
* @param array $extra_tags
* @param array $user_list
* @param int $module_id
* @param int $omit_user_id
* Trigger a single notification event
*
* @param string $category
* @param int $item_id
* @param string $event
* @param array $extra_tags
* @param array $user_list
* @param int $module_id
* @param int $omit_user_id
* @return mixed
*/
public function triggerEvent($category, $item_id, $event, $extra_tags = array(), $user_list = array(), $module_id = null, $omit_user_id = null)
Expand Down

0 comments on commit 0c64c67

Please sign in to comment.