Skip to content

Commit ef311b6

Browse files
authored
Merge pull request #1 from Livijn/patch-1
Update Point.php
2 parents 119f4fc + 7eba42a commit ef311b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Types/Point.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public static function fromJson($geoJson)
9292
*
9393
* @return \GeoJson\Geometry\Point
9494
*/
95+
#[\ReturnTypeWillChange]
9596
public function jsonSerialize()
9697
{
9798
return new GeoJsonPoint([$this->getLng(), $this->getLat()]);

0 commit comments

Comments
 (0)