mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:55:56 +00:00
deal with phpstan warnings related to base authentication modules
This commit is contained in:
@@ -12,6 +12,7 @@ class Auth_Internal extends Auth_Base {
|
||||
$host->add_hook($host::HOOK_AUTH_USER, $this);
|
||||
}
|
||||
|
||||
/** @param string $service */
|
||||
function authenticate($login, $password, $service = '') {
|
||||
|
||||
$otp = (int) ($_REQUEST["otp"] ?? 0);
|
||||
|
||||
Reference in New Issue
Block a user