]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/Check.php
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 20 Jun 2023 15:30:21 +0000 (19:00 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Sat, 24 Jun 2023 21:14:23 +0000 (23:14 +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/Check.php

index 529cb541f6dd0bbf4664920672c47c289392781a..478486b7dee2c757014ab374af4c08c72b5131e1 100644 (file)
@@ -29,7 +29,9 @@ use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
 
 class Check extends Base {
-       public function __construct(private SystemConfig $config) {
+       public function __construct(
+               private SystemConfig $config,
+       ) {
                parent::__construct();
        }