Skip to content

Commit b1e97a2

Browse files
committed
Support distance calculation and limits in address queries
1 parent f9c3f44 commit b1e97a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public static function addressAttributeLabel(string $attribute, string $countryC
296296
public ?string $longitude = null;
297297

298298
/**
299-
* @var string|null Distance in meters
299+
* @var float|null Distance in meters
300300
*/
301301
public ?float $distance = null;
302302

0 commit comments

Comments
 (0)