Add genderEntity to normalizeNullValue of PersonDocGenNormalizer

This commit is contained in:
Julie Lenaerts 2024-11-28 11:31:22 +01:00
parent 5866496f49
commit 8a16030b49
2 changed files with 1 additions and 1 deletions

View File

@ -216,6 +216,7 @@ class PersonDocGenNormalizer implements
'civility' => Civility::class,
'birthdate' => \DateTimeInterface::class,
'deathdate' => \DateTimeInterface::class,
'genderEntity' => Gender::class,
'gender', 'maritalStatus',
'maritalStatusDate' => \DateTimeInterface::class,
'maritalStatusComment',

View File

@ -40,7 +40,6 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
private const BLANK = [
'id' => '',
'center' => '',
'firstName' => '',
'lastName' => '',
'altNames' => '',