Skip to content

Commit 085c618

Browse files
committed
suppress deprecation notice
1 parent 4a438bd commit 085c618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Types/GeometryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static function fromJson(string|GeoJson $geoJson): self;
2222
/**
2323
* @return T
2424
*/
25+
#[\ReturnTypeWillChange]
2526
public function jsonSerialize();
2627

2728
public function getSrid(): int;

0 commit comments

Comments
 (0)