Issue #12 - fixed code standard problems preventing Travis to build.

This commit is contained in:
Daniel Thee Roperto
2016-09-02 15:38:19 +10:00
parent 6ceb328aa4
commit 18e0583ba5
7 changed files with 11 additions and 41 deletions

View File

@@ -46,7 +46,7 @@ class auth_plugin_outage extends auth_plugin_base
* Do not authenticate users.
* @return bool False
*/
public function user_login($username, $password) {
public function user_login() {
return false;
}
}