From: Faraz Samapoor Date: Tue, 13 Jun 2023 07:13:59 +0000 (+0330) Subject: Update core/Command/Db/Migrations/StatusCommand.php X-Git-Tag: v28.0.0beta1~871^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1a19a10fceb7de383a437da987e90618fdacc4a;p=nextcloud-server.git Update core/Command/Db/Migrations/StatusCommand.php Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor --- diff --git a/core/Command/Db/Migrations/StatusCommand.php b/core/Command/Db/Migrations/StatusCommand.php index c360299270f..52bc51a169f 100644 --- a/core/Command/Db/Migrations/StatusCommand.php +++ b/core/Command/Db/Migrations/StatusCommand.php @@ -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(); }