Skip to content

Commit

Permalink
Added the getAddress2() method to the Address interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 24, 2024
1 parent ac295a0 commit e6b67e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Dummies/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ public function getAddress(): string
{
return $this->address;
}

public function getAddress2(): ?string
{
return $this->address2;
}
}

0 comments on commit e6b67e9

Please sign in to comment.