Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 472f5c1

Browse files
committed
Remove unneeded $minimumCollectionItems in MultiLineString type
1 parent 52ba574 commit 472f5c1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Types/MultiLineString.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88

99
class MultiLineString extends GeometryCollection
1010
{
11-
/**
12-
* The minimum number of items required to create this collection.
13-
*
14-
* @var int
15-
*/
16-
protected $minimumCollectionItems = 1;
17-
1811
/**
1912
* The class of the items in the collection.
2013
*

0 commit comments

Comments
 (0)