mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
deal with phpstan warnings related to base authentication modules
This commit is contained in:
@@ -8,7 +8,6 @@ abstract class Auth_Base extends Plugin implements IAuthModule {
|
||||
$this->pdo = Db::pdo();
|
||||
}
|
||||
|
||||
// compatibility wrapper, because of how pluginhost works (hook name == method name)
|
||||
function hook_auth_user(...$args) {
|
||||
return $this->authenticate(...$args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user