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