Updated description

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-03-20 04:19:08 +04:00
parent 41a6a89ac8
commit 27e7f48f36
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -53,9 +53,9 @@ function local_webhooks_change_status($serviceid) {
/**
* Search for services that contain the specified event.
*
* @param string $eventname
* @param number $limitfrom
* @param number $limitnum
* @param string $eventname Event name
* @param number $limitfrom Start position
* @param number $limitnum End position
* @return array
*/
function local_webhooks_search_record($eventname, $limitfrom = 0, $limitnum = 0) {