From 27e7f48f36d686edc7530d8d15069e4cbcc88682 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Mar 2018 04:19:08 +0400 Subject: Updated description Signed-off-by: Valentin Popov --- lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib.php b/lib.php index e8687bd..9f313f5 100644 --- a/lib.php +++ b/lib.php @@ -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) { -- cgit v1.2.3