fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 01:11:12 +00:00
parent 84bed7b4ff
commit ef7623bdd5

View File

@ -68,7 +68,7 @@ class Profile implements \JsonSerializable
* @var int
* @since 1.0.0
*/
protected int $gender = GenderType::OTHER;
public int $gender = GenderType::OTHER;
/**
* Sex.
@ -76,7 +76,7 @@ class Profile implements \JsonSerializable
* @var int
* @since 1.0.0
*/
protected int $sex = SexType::OTHER;
public int $sex = SexType::OTHER;
/**
* Confirmation key.