mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 14:01:19 +02:00
userhelper: add a phpdoc variable class hint
This commit is contained in:
parent
01b39d985c
commit
1b5c61ac85
@ -334,6 +334,8 @@ class UserHelper {
|
||||
}
|
||||
|
||||
static function is_default_password(): bool {
|
||||
|
||||
/** @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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user