From 4ff0e8fbcf610f2297748738e466d47fc5243f46 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Wed, 7 Sep 2016 10:48:02 +1000 Subject: [PATCH] Code standards. --- auth.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth.php b/auth.php index e03e823..ede7ad8 100644 --- a/auth.php +++ b/auth.php @@ -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;