Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: janepie <[email protected]>
  • Loading branch information
janepie committed Sep 25, 2024
1 parent ca515a2 commit 57a9ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/ExAppsPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 57a9ece

Please sign in to comment.