mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #12786 from nextcloud/fix/2fa-activatable-deactivatable-phpdoc-typo
Fix activatable/deactivatable 2fa provider interface typos
This commit is contained in:
commit
cfc23dbfb6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue