Skip to content

Commit c6462ff

Browse files
committed
Whops!
1 parent 11a6904 commit c6462ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/Geometry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static function fromWKB($wkb)
7979
/** @var Geometry $parsed */
8080
$parsed = $parser->parse($wkb);
8181

82-
if ($srid >= 0) {
82+
if ($srid > 0) {
8383
$parsed->setSrid($srid);
8484
}
8585

0 commit comments

Comments
 (0)