Completed
Pull Request — master (#9565)
by Julius
273:38 queued 257:14
created
settings/Controller/AppSettingsController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -511,7 +511,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 {
Please login to merge, or discard this patch.