diff options
author | Valentin Popov <info@valentineus.link> | 2018-10-22 01:17:12 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-10-22 01:59:06 +0300 |
commit | 1352b5ee796c9a9e106cb9746b9201e8038b6210 (patch) | |
tree | c922ed9bacd8b2ac0d278cb44697ade9124b380f /version.php | |
parent | f3b5ab561616ce42c5ddff11b632635a1c71f88f (diff) | |
download | local_webhooks-1352b5ee796c9a9e106cb9746b9201e8038b6210.tar.xz local_webhooks-1352b5ee796c9a9e106cb9746b9201e8038b6210.zip |
Code style fix
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/version.php b/version.php index 188422d..f3f079e 100644 --- a/version.php +++ b/version.php @@ -22,11 +22,11 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -defined("MOODLE_INTERNAL") || die(); +defined('MOODLE_INTERNAL') || die(); -$plugin->release = "4.0.0-rc.2 (Build: 2018022500)"; -$plugin->version = 2018022500; -$plugin->requires = 2016112900; -$plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_RC; -$plugin->dependencies = array("report_eventlist" => 2016120500);
\ No newline at end of file +$plugin->release = '4.0.0-rc.2 (Build: 2018022500)'; +$plugin->version = 2018022500; +$plugin->requires = 2016112900; +$plugin->component = 'local_webhooks'; +$plugin->maturity = MATURITY_RC; +$plugin->dependencies = array('report_eventlist' => 2016120500);
\ No newline at end of file |