From 5fc4c91a76a266fd8e6c19fe85ca3240444d768d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 6 Mar 2020 16:28:42 +0100 Subject: Fix mismatching doc block parameter types Signed-off-by: Christoph Wurst --- lib/private/Authentication/TwoFactorAuth/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Authentication/TwoFactorAuth/Manager.php') diff --git a/lib/private/Authentication/TwoFactorAuth/Manager.php b/lib/private/Authentication/TwoFactorAuth/Manager.php index 7fba6d4874a..b048d4e1f3c 100644 --- a/lib/private/Authentication/TwoFactorAuth/Manager.php +++ b/lib/private/Authentication/TwoFactorAuth/Manager.php @@ -181,7 +181,7 @@ class Manager { /** * @param array $states - * @param IProvider $providers + * @param IProvider[] $providers */ private function isProviderMissing(array $states, array $providers): bool { $indexed = []; -- cgit v1.2.3