Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e86060d

Browse files
authored
Update Point.php
1 parent 3645ef3 commit e86060d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geometries/Point.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public function toPair()
3838
return self::stringifyFloat($this->getLng()) . ' ' . self::stringifyFloat($this->getLat());
3939
}
4040

41-
// normalized output among locales
4241
private static function stringifyFloat($float)
4342
{
43+
// normalized output among locales
4444
return rtrim(rtrim(sprintf('%F', $float), '0'), '.');
4545
}
4646

0 commit comments

Comments
 (0)