We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a438bd commit 085c618Copy full SHA for 085c618
src/Types/GeometryInterface.php
@@ -22,6 +22,7 @@ public static function fromJson(string|GeoJson $geoJson): self;
22
/**
23
* @return T
24
*/
25
+ #[\ReturnTypeWillChange]
26
public function jsonSerialize();
27
28
public function getSrid(): int;
0 commit comments