Skip to content

Commit

Permalink
Minor bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkirkels committed Feb 22, 2018
1 parent 8f9c83c commit c92c059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/AbstractAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getCity(): string
/**
* @param string $city
*/
public function setCity(string $city): void
public function setCity(string $city)
{
$this->city = $city;
}
Expand Down

0 comments on commit c92c059

Please sign in to comment.