mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Fix phpstan
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user