Add docblock

This commit is contained in:
Brabli
2022-07-20 21:47:01 +01:00
parent 7ee2bfbf73
commit 80339a6282

View File

@@ -4,6 +4,13 @@ declare(strict_types=1);
namespace Pcm\GeocodeBundle\Trait;
/**
* Allows an entity to be mapped via latitude and longitude coordinates
*
* Use MappableInterface
*
* @package Pcm\GeocodeBundle
*/
trait MappableTrait
{
private ?float $latitude = null;