Add docblock
This commit is contained in:
@@ -4,6 +4,13 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Pcm\GeocodeBundle\Trait;
|
namespace Pcm\GeocodeBundle\Trait;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allows an entity to be mapped via latitude and longitude coordinates
|
||||||
|
*
|
||||||
|
* Use MappableInterface
|
||||||
|
*
|
||||||
|
* @package Pcm\GeocodeBundle
|
||||||
|
*/
|
||||||
trait MappableTrait
|
trait MappableTrait
|
||||||
{
|
{
|
||||||
private ?float $latitude = null;
|
private ?float $latitude = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user