diff options
author | Seungmin Kim <8457324+ehfd@users.noreply.github.com> | 2024-12-15 01:25:44 +0900 |
---|---|---|
committer | Seungmin Kim <8457324+ehfd@users.noreply.github.com> | 2024-12-17 09:36:29 +0900 |
commit | a5c25635b3d51ac18554f8e0031f0c2eeba59bfc (patch) | |
tree | 436d402e21b1e5fead6d6a31c8f0b4029a7abdf8 /core | |
parent | 09154c334c3d14e5fcdba109202af0fc4a746a39 (diff) | |
download | nextcloud-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.php | 2 |
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(); } |