Merge pull request #12786 from nextcloud/fix/2fa-activatable-deactivatable-phpdoc-typo

Fix activatable/deactivatable 2fa provider interface typos
This commit is contained in:
Roeland Jago Douma 2018-12-04 09:42:52 +01:00 committed by GitHub
commit cfc23dbfb6
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
*