From 10b201b6384cfc8337c021891c498bb5552f6b4d Mon Sep 17 00:00:00 2001 From: Sasha Anastasi Date: Thu, 16 Nov 2023 14:16:16 +1300 Subject: [PATCH] Add documentation for new function --- auth.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auth.php b/auth.php index 92625f8..85357bb 100644 --- a/auth.php +++ b/auth.php @@ -66,6 +66,9 @@ class auth_plugin_outage extends auth_plugin_base { return false; } + /** + * @inheritDoc + */ public static function supports_mfa(): bool { return true; }