From bfd2b74c680836d5746d40023a7dc0f62216a6b7 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 12 Oct 2022 11:40:41 +0200 Subject: Fix wrong types in phpdoc for twofactor registry Signed-off-by: Carl Schwan --- lib/public/Authentication/TwoFactorAuth/IRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/Authentication/TwoFactorAuth') diff --git a/lib/public/Authentication/TwoFactorAuth/IRegistry.php b/lib/public/Authentication/TwoFactorAuth/IRegistry.php index 1f1b82a4426..0f164902f67 100644 --- a/lib/public/Authentication/TwoFactorAuth/IRegistry.php +++ b/lib/public/Authentication/TwoFactorAuth/IRegistry.php @@ -53,7 +53,7 @@ interface IRegistry { * the given user. * * @since 14.0.0 - * @return string[] where the array key is the provider ID (string) and the + * @return array where the array key is the provider ID (string) and the * value is the enabled state (bool) */ public function getProviderStates(IUser $user): array; -- cgit v1.2.3