Merge pull request #12805 from nextcloud/backport/12786/stable15

[stable15] Fix activatable/deactivatable 2fa provider interface typos
This commit is contained in:
Roeland Jago Douma 2018-12-04 11:43:20 +01:00 committed by GitHub
commit 73dc436aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
*