Rector changes + namespace changes

This commit is contained in:
2024-04-23 17:43:23 +02:00
parent 63fe8070c4
commit ed3e0f889e
116 changed files with 816 additions and 831 deletions

View File

@@ -39,11 +39,11 @@ class ListPerson implements ListInterface, GroupedExportInterface
private readonly bool $filterStatsByCenters;
public function __construct(
private readonly CustomFieldProvider $customFieldProvider,
private readonly ListPersonHelper $listPersonHelper,
private readonly EntityManagerInterface $entityManager,
private readonly CustomFieldProvider $customFieldProvider,
private readonly ListPersonHelper $listPersonHelper,
protected readonly EntityManagerInterface $entityManager,
private readonly TranslatableStringHelper $translatableStringHelper,
ParameterBagInterface $parameterBag,
ParameterBagInterface $parameterBag,
) {
$this->filterStatsByCenters = $parameterBag->get('chill_main')['acl']['filter_stats_by_center'];
}