aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/App/Disable.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/App/Disable.php')
-rw-r--r--core/Command/App/Disable.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/Command/App/Disable.php b/core/Command/App/Disable.php
index c31d65d9464..c5abc6c95cf 100644
--- a/core/Command/App/Disable.php
+++ b/core/Command/App/Disable.php
@@ -35,7 +35,9 @@ use Symfony\Component\Console\Output\OutputInterface;
class Disable extends Command implements CompletionAwareInterface {
protected int $exitCode = 0;
- public function __construct(protected IAppManager $appManager) {
+ public function __construct(
+ protected IAppManager $appManager,
+ ) {
parent::__construct();
}