]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/Db/Migrations/StatusCommand.php
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 13 Jun 2023 07:13:59 +0000 (10:43 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Mon, 19 Jun 2023 10:55:15 +0000 (12:55 +0200)
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
core/Command/Db/Migrations/StatusCommand.php

index c360299270f770fca60fa00bd91a605e03658820..52bc51a169fd6adc2d76a50fee1d47d724c09d04 100644 (file)
@@ -34,7 +34,9 @@ use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
 
 class StatusCommand extends Command implements CompletionAwareInterface {
-       public function __construct(private Connection $connection) {
+       public function __construct(
+               private Connection $connection,
+       ) {
                parent::__construct();
        }