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