Code standards.

This commit is contained in:
Daniel Thee Roperto
2016-09-07 10:48:02 +10:00
parent a63d2f9d4c
commit 4ff0e8fbcf

View File

@@ -43,8 +43,10 @@ class auth_plugin_outage extends auth_plugin_base
}
/**
* Do not authenticate users.
* @param string $username Not unsed in this plugin.
* @param string $password Not unsed in this plugin.
* @return bool False
* @SuppressWarnings("unused")
*/
public function user_login($username, $password) {
return false;