mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
handle unknown in gender aggregator
This commit is contained in:
@@ -62,6 +62,9 @@ final class GenderAggregator implements AggregatorInterface
|
||||
case Person::BOTH_GENDER:
|
||||
return $this->translator->trans('both');
|
||||
|
||||
case Person::NO_INFORMATION:
|
||||
return $this->translator->trans('unknown');
|
||||
|
||||
case null:
|
||||
return $this->translator->trans('Not given');
|
||||
|
||||
|
Reference in New Issue
Block a user