diff options
Diffstat (limited to 'classes/UserHelper.php')
| -rw-r--r-- | classes/UserHelper.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/UserHelper.php b/classes/UserHelper.php index 0c2ed349b..6c294a9a8 100644 --- a/classes/UserHelper.php +++ b/classes/UserHelper.php @@ -503,7 +503,6 @@ class UserHelper { return $authenticator->check_password($owner_uid, $password); } else { - /** @var Auth_Internal|false $authenticator -- this is only here to make check_password() visible to static analyzer */ $authenticator = PluginHost::getInstance()->get_plugin($_SESSION["auth_module"]); if ($authenticator && |