diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-06 16:28:42 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-06 16:28:42 +0100 |
commit | 5fc4c91a76a266fd8e6c19fe85ca3240444d768d (patch) | |
tree | 9ec773585e5052ecda3caec7dac936b02de13e3a /lib/private/Authentication/TwoFactorAuth | |
parent | ed81337461c8c7763eb07a489fc980491dc9c046 (diff) | |
download | nextcloud-server-5fc4c91a76a266fd8e6c19fe85ca3240444d768d.tar.gz nextcloud-server-5fc4c91a76a266fd8e6c19fe85ca3240444d768d.zip |
Fix mismatching doc block parameter types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Authentication/TwoFactorAuth')
-rw-r--r-- | lib/private/Authentication/TwoFactorAuth/Manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = []; |