Skip to content

Commit

Permalink
#68 getter adapted to setter and property
Browse files Browse the repository at this point in the history
  • Loading branch information
mike4git committed Apr 2, 2024
1 parent b6b73af commit f011b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Model/Source/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function setEmail(string $email): void
$this->email = $email;
}

public function getAddress(): Address
public function getAddress(): ?Address
{
return $this->address;
}
Expand Down

0 comments on commit f011b8b

Please sign in to comment.