@@ -511,7 +511,7 @@ discard block |
||
511 | 511 | * apps will be enabled for specific groups only if $groups is defined |
512 | 512 | * |
513 | 513 | * @PasswordConfirmationRequired |
514 | - * @param array $appIds |
|
514 | + * @param string[] $appIds |
|
515 | 515 | * @param array $groups |
516 | 516 | * @return JSONResponse |
517 | 517 | */ |
@@ -563,7 +563,7 @@ discard block |
||
563 | 563 | /** |
564 | 564 | * @PasswordConfirmationRequired |
565 | 565 | * |
566 | - * @param array $appIds |
|
566 | + * @param string[] $appIds |
|
567 | 567 | * @return JSONResponse |
568 | 568 | */ |
569 | 569 | public function disableApps(array $appIds): JSONResponse { |