From b49538e24dec5afdded5894ef2521bcb53571e18 Mon Sep 17 00:00:00 2001 From: Sasha Anastasi Date: Thu, 16 Nov 2023 15:32:41 +1300 Subject: [PATCH] Align documentation with standard --- auth.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth.php b/auth.php index 85357bb..30cb304 100644 --- a/auth.php +++ b/auth.php @@ -67,7 +67,9 @@ class auth_plugin_outage extends auth_plugin_base { } /** - * @inheritDoc + * Returns true if the plugin supports the new login flow for MFA. + * + * @return bool True */ public static function supports_mfa(): bool { return true;