mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix return type of getFormData
This commit is contained in:
@@ -73,7 +73,7 @@ final class ListPersonTest extends AbstractExportTest
|
||||
|
||||
public static function getFormData(): array
|
||||
{
|
||||
yield ['address_date' => new \DateTimeImmutable('today')];
|
||||
return [['address_date' => new \DateTimeImmutable('today')]];
|
||||
}
|
||||
|
||||
public static function getModifiersCombination(): array
|
||||
|
Reference in New Issue
Block a user