aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externallib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/externallib.php b/externallib.php
index f8a4dbd..07a2933 100644
--- a/externallib.php
+++ b/externallib.php
@@ -520,7 +520,7 @@ class local_webhooks_external extends external_api {
* @return external_description
* @since Moodle 2.2
*/
- public static function delete_record_returns() {
+ public static function delete_record_returns() {
return new external_value(PARAM_BOOL, "Result of execution.");
}