Thanks to visit codestin.com Credit goes to github.com
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 f1ca3e6 commit 2eb1c72Copy full SHA for 2eb1c72
src/Types/MultiPolygon.php
@@ -91,7 +91,7 @@ protected static function assembleParts(array $parts)
91
92
public function offsetSet($offset, $value)
93
{
94
- self::validateItemType($value);
+ $this->validateItemType($value);
95
96
parent::offsetSet($offset, $value);
97
}
src/Types/PointCollection.php
@@ -23,7 +23,7 @@ public function toPairList()
23
24
25
26
27
28
29
0 commit comments