mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
Add genderEntity to normalizeNullValue of PersonDocGenNormalizer
This commit is contained in:
@@ -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' => '',
|
||||
|
Reference in New Issue
Block a user