aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-03-20 03:19:08 +0300
committerValentin Popov <info@valentineus.link>2018-03-20 03:19:08 +0300
commit27e7f48f36d686edc7530d8d15069e4cbcc88682 (patch)
treed793f703e7e8cc3a4167c508ec507503bc8d2de8
parent41a6a89ac8c32d5b219ce19b2973406a3e193a98 (diff)
downloadlocal_webhooks-27e7f48f36d686edc7530d8d15069e4cbcc88682.tar.xz
local_webhooks-27e7f48f36d686edc7530d8d15069e4cbcc88682.zip
Updated description
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--lib.php6
1 files 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) {