mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -28,7 +28,7 @@ final class ChillPersonMoveCommand extends Command
|
||||
public function __construct(
|
||||
private readonly PersonMove $mover,
|
||||
private readonly EntityManagerInterface $em,
|
||||
private readonly LoggerInterface $chillLogger
|
||||
private readonly LoggerInterface $chillLogger,
|
||||
) {
|
||||
parent::__construct('chill:person:move');
|
||||
}
|
||||
|
@@ -24,7 +24,7 @@ final class ImportSocialWorkMetadata extends Command
|
||||
protected EntityManagerInterface $em;
|
||||
|
||||
public function __construct(
|
||||
protected SocialWorkMetadataInterface $importer
|
||||
protected SocialWorkMetadataInterface $importer,
|
||||
) {
|
||||
parent::__construct('chill:person:import-socialwork');
|
||||
}
|
||||
|
Reference in New Issue
Block a user