From 2a39f2aa2321a626ca348a00d40a110097e5274b Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 9 Jan 2025 13:22:39 +0200 Subject: [PATCH] Describe the output format --- class-two-factor-core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/class-two-factor-core.php b/class-two-factor-core.php index cad24e48..dbe264c6 100644 --- a/class-two-factor-core.php +++ b/class-two-factor-core.php @@ -249,7 +249,8 @@ private static function get_providers_classes( $providers ) { } /** - * Get all enabled two-factor providers. + * Get all enabled two-factor providers with keys as the original + * provider class names and the values as the provider class instances. * * @since 0.1-dev *