aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-02-25 00:32:29 +0300
committerValentin Popov <info@valentineus.link>2018-02-25 00:32:29 +0300
commit9cf4fc575c8790fc0d079f021817d35a7b42de56 (patch)
tree236ff51d68caf08639eeec6d51e4455368988b57
parentf3c2ebbe4d07fd7abe5dbac8dd44e9c6f921c99e (diff)
downloadlocal_webhooks-9cf4fc575c8790fc0d079f021817d35a7b42de56.tar.xz
local_webhooks-9cf4fc575c8790fc0d079f021817d35a7b42de56.zip
Correction of spacesv4.0.0-rc.2
-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.");
}