Fix activatable/deactivatable 2fa provider interface typos

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-12-03 10:32:53 +01:00
parent e7458a41f2
commit cfa524030b
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ interface IActivatableByAdmin extends IProvider {
/**
* Enable this provider for the given user.
*
* @param IUser $user the user to active this provider for
* @param IUser $user the user to activate this provider for
*
* @return void
*

View File

@ -40,7 +40,7 @@ interface IDeactivatableByAdmin extends IProvider {
/**
* Disable this provider for the given user.
*
* @param IUser $user the user to active this provider for
* @param IUser $user the user to deactivate this provider for
*
* @return void
*