From fddba75efc4691bf2062b781e59bd02d3a6f7110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suwi=C5=84ski?= Date: Thu, 19 Nov 2020 10:02:12 +0100 Subject: [PATCH] apply local_codechecker recomendations --- auth.php | 6 +++--- version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth.php b/auth.php index a328835..6d1863c 100644 --- a/auth.php +++ b/auth.php @@ -140,12 +140,12 @@ class auth_plugin_emailotp extends auth_plugin_base { } /** - * get_userinfo + * get_userinfo * * Signup and user creation on first login takes place only in case of * using email address as username. - * - * @param string $username + * + * @param string $username * @return array */ public function get_userinfo($username) { diff --git a/version.php b/version.php index 60ee265..9dbf646 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111901; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020111902; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2018120304; // Requires this Moodle version. $plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;