From 0e94634c49e88df6b46d3a5fe7929d871ea51e75 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 12 Mar 2018 01:45:08 +0400 Subject: Updated description Signed-off-by: Valentin Popov --- lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib.php b/lib.php index 12d95f2..1e5868c 100644 --- a/lib.php +++ b/lib.php @@ -225,7 +225,8 @@ function local_webhooks_create_backup() { /** * Restore from a backup. * - * @param string $data + * @param string $data + * @param boolean $deleterecords */ function local_webhooks_restore_backup($data, $deleterecords = false) { $listrecords = local_webhooks_deserialization_data($data); -- cgit v1.2.3