aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSeungmin Kim <8457324+ehfd@users.noreply.github.com>2024-12-15 01:25:44 +0900
committerSeungmin Kim <8457324+ehfd@users.noreply.github.com>2024-12-17 09:36:29 +0900
commita5c25635b3d51ac18554f8e0031f0c2eeba59bfc (patch)
tree436d402e21b1e5fead6d6a31c8f0b4029a7abdf8 /core
parent09154c334c3d14e5fcdba109202af0fc4a746a39 (diff)
downloadnextcloud-server-a5c25635b3d51ac18554f8e0031f0c2eeba59bfc.tar.gz
nextcloud-server-a5c25635b3d51ac18554f8e0031f0c2eeba59bfc.zip
fix(occ): Cosmetic edits
Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r--core/Command/Integrity/CheckApp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php
index c48e699b7a4..fff5752a7b7 100644
--- a/core/Command/Integrity/CheckApp.php
+++ b/core/Command/Integrity/CheckApp.php
@@ -25,9 +25,9 @@ use Symfony\Component\Console\Output\OutputInterface;
class CheckApp extends Base {
public function __construct(
private Checker $checker,
- private IAppManager $appManager,
private AppLocator $appLocator,
private FileAccessHelper $fileAccessHelper,
+ private IAppManager $appManager,
) {
parent::__construct();
}