diff --git a/src/Bundle/ChillPersonBundle/Entity/Person.php b/src/Bundle/ChillPersonBundle/Entity/Person.php index 5e880e107..e515b2516 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Person.php +++ b/src/Bundle/ChillPersonBundle/Entity/Person.php @@ -1006,14 +1006,14 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI return $this->genderComment; } - /** - * return gender as a Numeric form. - * This is used for translations. - * - * @return int - * - * @deprecated Keep for legacy. Used in Chill 1.5 for feminize before icu translations - */ +// /** +// * return gender as a Numeric form. +// * This is used for translations. +// * +// * @return int +// * +// * @deprecated Keep for legacy. Used in Chill 1.5 for feminize before icu translations +// */ /* public function getGenderNumeric() { return match ($this->getGender()) {