@@ -37,15 +37,15 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | interface IDeactivatableByAdmin extends IProvider { |
| 39 | 39 | |
| 40 | - /** |
|
| 41 | - * Disable this provider for the given user. |
|
| 42 | - * |
|
| 43 | - * @param IUser $user the user to active this provider for |
|
| 44 | - * |
|
| 45 | - * @return void |
|
| 46 | - * |
|
| 47 | - * @since 15.0.0 |
|
| 48 | - */ |
|
| 49 | - public function disableFor(IUser $user); |
|
| 40 | + /** |
|
| 41 | + * Disable this provider for the given user. |
|
| 42 | + * |
|
| 43 | + * @param IUser $user the user to active this provider for |
|
| 44 | + * |
|
| 45 | + * @return void |
|
| 46 | + * |
|
| 47 | + * @since 15.0.0 |
|
| 48 | + */ |
|
| 49 | + public function disableFor(IUser $user); |
|
| 50 | 50 | |
| 51 | 51 | } |
@@ -37,15 +37,15 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | interface IActivatableByAdmin extends IProvider { |
| 39 | 39 | |
| 40 | - /** |
|
| 41 | - * Enable this provider for the given user. |
|
| 42 | - * |
|
| 43 | - * @param IUser $user the user to active this provider for |
|
| 44 | - * |
|
| 45 | - * @return void |
|
| 46 | - * |
|
| 47 | - * @since 15.0.0 |
|
| 48 | - */ |
|
| 49 | - public function enableFor(IUser $user); |
|
| 40 | + /** |
|
| 41 | + * Enable this provider for the given user. |
|
| 42 | + * |
|
| 43 | + * @param IUser $user the user to active this provider for |
|
| 44 | + * |
|
| 45 | + * @return void |
|
| 46 | + * |
|
| 47 | + * @since 15.0.0 |
|
| 48 | + */ |
|
| 49 | + public function enableFor(IUser $user); |
|
| 50 | 50 | |
| 51 | 51 | } |