From d8f3a9f3edf66fad0af84a703e39e45911f37d85 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 2 Nov 2018 00:36:09 +0400 Subject: Formatting code and eliminating possible errors Signed-off-by: Valentin Popov --- version.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 4e95118..7b5dfda 100644 --- a/version.php +++ b/version.php @@ -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; \ No newline at end of file +$plugin->release = '3.0.1 (Build: 2018061900)'; +$plugin->version = 2018061900; +$plugin->requires = 2016112900; +$plugin->component = 'local_webhooks'; +$plugin->maturity = MATURITY_STABLE; \ No newline at end of file -- cgit v1.2.3