diff --git a/lib/Controller/ExAppsPageController.php b/lib/Controller/ExAppsPageController.php index ad914695..a44ad553 100644 --- a/lib/Controller/ExAppsPageController.php +++ b/lib/Controller/ExAppsPageController.php @@ -375,7 +375,7 @@ private function buildLocalAppsList(array $apps, array $exApps): array { * Default ExApp enabling process. * Enabling approval via password confirmation. * @param string $appId name of the app that will be enabled - * @param string daemonId ID of the daemon the app will be deployed on + * @param string daemonId ID of the daemon the app will be deployed on * @return JSONResponse empty when successful, HTTP Error when not */ #[PasswordConfirmationRequired]