apply rector rules for exports

This commit is contained in:
2023-06-05 17:21:21 +02:00
parent ea77adc640
commit 3adf3625dc
168 changed files with 675 additions and 47 deletions

View File

@@ -36,6 +36,10 @@ class CountPerson implements ExportInterface
{
// this export does not add any form
}
public function getFormDefaultData(): array
{
return [];
}
public function getAllowedFormattersTypes()
{