Skip to content

Commit 5bdd539

Browse files
committed
MultiPoint::boundary() must be compatible with Geometry::boundary()
1 parent ffdac5f commit 5bdd539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geometry/MultiPoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function isSimple(): bool
7979
*
8080
* @return GeometryCollection GeometryCollection EMPTY
8181
*/
82-
public function boundary(): GeometryCollection
82+
public function boundary(): Geometry
8383
{
8484
return new GeometryCollection();
8585
}

0 commit comments

Comments
 (0)