mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add genderEntity to normalizeNullValue of PersonDocGenNormalizer
This commit is contained in:
parent
5866496f49
commit
8a16030b49
@ -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',
|
||||
|
@ -40,7 +40,6 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
|
||||
|
||||
private const BLANK = [
|
||||
'id' => '',
|
||||
'center' => '',
|
||||
'firstName' => '',
|
||||
'lastName' => '',
|
||||
'altNames' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user