Skip to content

Commit 4aed301

Browse files
holtkampffflabs
authored andcommitted
merge PHP/Types/Geometry/AbstractMultiPolygon
1 parent 91cde2e commit 4aed301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CrEOF/Spatial/PHP/Types/AbstractMultiPolygon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
abstract class AbstractMultiPolygon extends AbstractGeometry
3636
{
3737
/**
38-
* @var array[] $polygons
38+
* @var AbstractPolygon[]
3939
*/
4040
protected $polygons = array();
4141

0 commit comments

Comments
 (0)