diff options
Diffstat (limited to 'lib/private/Authentication/TwoFactorAuth/ProviderManager.php')
-rw-r--r-- | lib/private/Authentication/TwoFactorAuth/ProviderManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Authentication/TwoFactorAuth/ProviderManager.php b/lib/private/Authentication/TwoFactorAuth/ProviderManager.php index e2bb367f47e..c7c075bdab3 100644 --- a/lib/private/Authentication/TwoFactorAuth/ProviderManager.php +++ b/lib/private/Authentication/TwoFactorAuth/ProviderManager.php @@ -33,7 +33,6 @@ use OCP\Authentication\TwoFactorAuth\IRegistry; use OCP\IUser; class ProviderManager { - /** @var ProviderLoader */ private $providerLoader; |