Skip to content

Commit 55f1d71

Browse files
committed
Rename Address::render() to Address::getInnerHtml()
1 parent edc0899 commit 55f1d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Location/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getLongitude(): ?float
5757
return $this->longitude;
5858
}
5959

60-
public function render(): string
60+
public function getInnerHtml(): string
6161
{
6262
return $this->addressRenderer->getHtml($this);
6363
}

0 commit comments

Comments
 (0)