mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix phpstan
This commit is contained in:
parent
7183d9a3b1
commit
8e02db6c85
@ -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()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user