Formatting code and eliminating possible errors

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-11-02 00:36:09 +04:00
parent f9772b1fb9
commit d8f3a9f3ed
18 changed files with 378 additions and 254 deletions

View File

@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->release = "3.0.1 (Build: 2018061900)";
$plugin->version = 2018061900;
$plugin->requires = 2016112900;
$plugin->component = "local_webhooks";
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.0.1 (Build: 2018061900)';
$plugin->version = 2018061900;
$plugin->requires = 2016112900;
$plugin->component = 'local_webhooks';
$plugin->maturity = MATURITY_STABLE;