Skip to content

Commit 5bf3f91

Browse files
janopaegithub-actions[bot]
authored andcommitted
Fix CS with PHP-CS-Fixer
1 parent f0be363 commit 5bf3f91

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/AppBundle/Command/ReimportAllProjectsCommand.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
use AppBundle\Entity\Repository\ProjectRepository;
66
use AppBundle\ProjectImport\ImportProjectTask;
77
use Symfony\Component\Console\Command\Command;
8-
use Symfony\Component\Console\Input\InputArgument;
98
use Symfony\Component\Console\Input\InputInterface;
109
use Symfony\Component\Console\Output\OutputInterface;
1110

1211
class ReimportAllProjectsCommand extends Command
1312
{
14-
1513
public function __construct(
1614
private readonly ImportProjectTask $importProjectTask,
1715
private readonly ProjectRepository $projectRepository,
18-
)
19-
{
16+
) {
2017
parent::__construct();
2118
}
2219

@@ -46,4 +43,4 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4643

4744
return $errorCode;
4845
}
49-
}
46+
}

0 commit comments

Comments
 (0)