@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php namespace Arcanedev\GeoLocation\Google\Directions\Entities; |
2 | 2 | |
3 | +use Arcanedev\GeoLocation\Entities\Coordinates\Position; |
|
3 | 4 | use Arcanedev\GeoLocation\Entities\Measures\Distance; |
4 | 5 | use Arcanedev\GeoLocation\Entities\Measures\Duration; |
5 | -use Arcanedev\GeoLocation\Entities\Coordinates\Position; |
|
6 | 6 | use Arcanedev\GeoLocation\Traits\CanBeJsonable; |
7 | 7 | use Illuminate\Contracts\Support\Arrayable; |
8 | 8 | use Illuminate\Contracts\Support\Jsonable; |
@@ -88,7 +88,7 @@ |
||
88 | 88 | * |
89 | 89 | * @see getValue |
90 | 90 | * |
91 | - * @return float|int |
|
91 | + * @return double |
|
92 | 92 | */ |
93 | 93 | public function value() |
94 | 94 | { |