fix: use correct return type

This commit is contained in:
Björn Fromme
2024-08-23 13:06:21 +02:00
parent 43c27f5cc0
commit 6f2e45a8f5
+1 -1
View File
@@ -99,7 +99,7 @@ class ProfileResponse
return $this;
}
public function getDateOfBirth(): \DateTimeImmutable
public function getDateOfBirth(): ?\DateTimeImmutable
{
return $this->dateOfBirth;
}