Skip to content

Commit b972e84

Browse files
committed
Merge commit 'f90660184cd539221615db14ba74a303596d51c5'
2 parents 546b7ef + 5bf3f91 commit b972e84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/AppBundle/Command/ReimportAllProjectsCommand.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ class ReimportAllProjectsCommand extends Command
1515
public function __construct(
1616
private readonly ImportProjectTask $importProjectTask,
1717
private readonly ProjectRepository $projectRepository,
18-
)
19-
{
18+
) {
2019
parent::__construct();
2120
}
2221

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

4746
return $errorCode;
4847
}
49-
}
48+
}

0 commit comments

Comments
 (0)