summaryrefslogtreecommitdiff
path: root/plugins/auth_remote
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-08 19:42:10 +0300
committerAndrew Dolgov <[email protected]>2021-02-08 19:42:10 +0300
commit7874f6ac5831794fa38725fab8e2e5356b95541c (patch)
tree6fc998c6712ddc711001277a373c498fbcb99e21 /plugins/auth_remote
parenta341a838b17605d2f8b5d2eb25a5a7ca496272bc (diff)
remove PHPMD.UnusedFormalParameter
Diffstat (limited to 'plugins/auth_remote')
-rw-r--r--plugins/auth_remote/init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/auth_remote/init.php b/plugins/auth_remote/init.php
index 71f6cae2b..18ec0e1a6 100644
--- a/plugins/auth_remote/init.php
+++ b/plugins/auth_remote/init.php
@@ -34,9 +34,6 @@ class Auth_Remote extends Auth_Base {
return "";
}
- /**
- * @SuppressWarnings(PHPMD.UnusedFormalParameter)
- */
function authenticate($login, $password) {
$try_login = "";