Update docblocks
This commit is contained in:
@@ -4,6 +4,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pcm\GeocodeBundle\Interface\Entity;
|
||||
|
||||
/**
|
||||
* Defines latitude and longitude getters and setters
|
||||
*/
|
||||
interface GeocodeInterface
|
||||
{
|
||||
public function getLatitude(): ?float;
|
||||
@@ -14,5 +17,9 @@ interface GeocodeInterface
|
||||
|
||||
public function setLongitude(float $lon): self;
|
||||
|
||||
/**
|
||||
* @return bool True if both latitude and longitude is set
|
||||
*/
|
||||
public function isGeocoded(): bool;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user