Version 1.0.2 - Updated code standards to comply with Moodle CI Bot checks.

This commit is contained in:
Daniel Thee Roperto
2016-10-12 15:04:30 +11:00
parent c7b0cc2410
commit 50689c3b4c
18 changed files with 99 additions and 114 deletions

View File

@@ -60,7 +60,6 @@ class auth_plugin_outage extends auth_plugin_base {
* @param string $username Not used in this plugin.
* @param string $password Not used in this plugin.
* @return bool False
* @SuppressWarnings("unused")
*/
public function user_login($username, $password) {
return false;