Skip to content

Commit c92c059

Browse files
committed
Minor bugs fixed
1 parent 8f9c83c commit c92c059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/AbstractAddress.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function getCity(): string
8383
/**
8484
* @param string $city
8585
*/
86-
public function setCity(string $city): void
86+
public function setCity(string $city)
8787
{
8888
$this->city = $city;
8989
}

0 commit comments

Comments
 (0)