From a784305cc764a7e039ad87074f541db68a653a5a Mon Sep 17 00:00:00 2001 From: wn_ Date: Tue, 12 Nov 2024 03:15:53 +0000 Subject: Address PHPStan findings as of 2.0.1 --- classes/UserHelper.php | 1 - 1 file changed, 1 deletion(-) (limited to 'classes/UserHelper.php') 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 && -- cgit v1.2.3-54-g00ecf