From 7874f6ac5831794fa38725fab8e2e5356b95541c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Feb 2021 19:42:10 +0300 Subject: remove PHPMD.UnusedFormalParameter --- plugins/auth_remote/init.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/auth_remote') 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 = ""; -- cgit v1.2.3