From 81a10f69bcc38b62aad79f9be716adcf4ed49d2d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 14 Nov 2021 10:48:32 +0300 Subject: deal with phpstan warnings related to base authentication modules --- classes/auth/base.php | 1 - 1 file changed, 1 deletion(-) (limited to 'classes/auth') diff --git a/classes/auth/base.php b/classes/auth/base.php index 82ea06e1b..939a9d358 100644 --- a/classes/auth/base.php +++ b/classes/auth/base.php @@ -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); } -- cgit v1.2.3