mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -78,18 +78,18 @@ use function in_array;
|
||||
*/
|
||||
class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateInterface, \Stringable
|
||||
{
|
||||
public const BOTH_GENDER = 'both';
|
||||
final public const BOTH_GENDER = 'both';
|
||||
|
||||
// have days in commun
|
||||
public const ERROR_ADDIND_PERIOD_AFTER_AN_OPEN_PERIOD = 2; // where there exist
|
||||
final public const ERROR_ADDIND_PERIOD_AFTER_AN_OPEN_PERIOD = 2; // where there exist
|
||||
|
||||
public const ERROR_PERIODS_ARE_COLLAPSING = 1; // when two different periods
|
||||
final public const ERROR_PERIODS_ARE_COLLAPSING = 1; // when two different periods
|
||||
|
||||
public const FEMALE_GENDER = 'woman';
|
||||
final public const FEMALE_GENDER = 'woman';
|
||||
|
||||
public const MALE_GENDER = 'man';
|
||||
final public const MALE_GENDER = 'man';
|
||||
|
||||
public const NO_INFORMATION = 'unknown';
|
||||
final public const NO_INFORMATION = 'unknown';
|
||||
|
||||
/**
|
||||
* Accept receiving email.
|
||||
|
Reference in New Issue
Block a user