Update docblock

This commit is contained in:
2024-09-26 09:44:45 +01:00
parent 40fc3f59f8
commit 2f54e01fdd

View File

@@ -18,7 +18,7 @@ interface GeocodeInterface
public function setLongitude(float $lon): self; public function setLongitude(float $lon): self;
/** /**
* @return bool True if both latitude and longitude is set * @return bool True if both latitude and longitude are set and are not (0, 0)
*/ */
public function isGeocoded(): bool; public function isGeocoded(): bool;
} }