Update docblock
This commit is contained in:
@@ -18,7 +18,7 @@ interface GeocodeInterface
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user