fix: use correct return type
This commit is contained in:
@@ -99,7 +99,7 @@ class ProfileResponse
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDateOfBirth(): \DateTimeImmutable
|
public function getDateOfBirth(): ?\DateTimeImmutable
|
||||||
{
|
{
|
||||||
return $this->dateOfBirth;
|
return $this->dateOfBirth;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user