apply local_codechecker recomendations

This commit is contained in:
Paweł Suwiński
2020-11-19 10:02:12 +01:00
parent bb4d2927fa
commit fddba75efc
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {

View File

@@ -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;