diff options
author | Valentin Popov <info@valentineus.link> | 2018-03-20 03:19:08 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-03-20 03:19:08 +0300 |
commit | 27e7f48f36d686edc7530d8d15069e4cbcc88682 (patch) | |
tree | d793f703e7e8cc3a4167c508ec507503bc8d2de8 | |
parent | 41a6a89ac8c32d5b219ce19b2973406a3e193a98 (diff) | |
download | local_webhooks-27e7f48f36d686edc7530d8d15069e4cbcc88682.tar.xz local_webhooks-27e7f48f36d686edc7530d8d15069e4cbcc88682.zip |
Updated description
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | lib.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) { |