fix rector and cs

This commit is contained in:
2023-09-01 17:50:07 +02:00
parent 412c55a1a5
commit 40b7c8ad8f
3 changed files with 7 additions and 4 deletions

View File

@@ -51,8 +51,12 @@ class ListPerson implements ExportElementValidatedInterface, ListInterface, Grou
private array $slugs = [];
public function __construct(
private readonly ExportAddressHelper $addressHelper, private readonly CustomFieldProvider $customFieldProvider, private readonly ListPersonHelper $listPersonHelper, private readonly EntityManagerInterface $entityManager, private readonly TranslatableStringHelper $translatableStringHelper)
{
private readonly ExportAddressHelper $addressHelper,
private readonly CustomFieldProvider $customFieldProvider,
private readonly ListPersonHelper $listPersonHelper,
private readonly EntityManagerInterface $entityManager,
private readonly TranslatableStringHelper $translatableStringHelper
) {
}
public function buildForm(FormBuilderInterface $builder)