1
0
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:
Andrew Dolgov
2021-11-14 10:48:32 +03:00
parent 5a50c333b2
commit 81a10f69bc
4 changed files with 30 additions and 3 deletions

View File

@@ -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);