Update core/Command/Db/ConvertFilecacheBigInt.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
pull/38764/head
Faraz Samapoor 3 years ago committed by Louis
parent d34cafc58c
commit 73d7c45ae1
  1. 4
      core/Command/Db/ConvertFilecacheBigInt.php

@ -42,7 +42,9 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
class ConvertFilecacheBigInt extends Command {
public function __construct(private Connection $connection) {
public function __construct(
private Connection $connection,
) {
parent::__construct();
}

Loading…
Cancel
Save