Fix phpstan

This commit is contained in:
Julie Lenaerts 2024-10-09 17:00:33 +02:00
parent 7183d9a3b1
commit 8e02db6c85

View File

@ -1006,14 +1006,14 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
return $this->genderComment; return $this->genderComment;
} }
/** // /**
* return gender as a Numeric form. // * return gender as a Numeric form.
* This is used for translations. // * This is used for translations.
* // *
* @return int // * @return int
* // *
* @deprecated Keep for legacy. Used in Chill 1.5 for feminize before icu translations // * @deprecated Keep for legacy. Used in Chill 1.5 for feminize before icu translations
*/ // */
/* public function getGenderNumeric() /* public function getGenderNumeric()
{ {
return match ($this->getGender()) { return match ($this->getGender()) {