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 7c431e6 commit f1ca3e6Copy full SHA for f1ca3e6
src/Types/MultiLineString.php
@@ -44,7 +44,7 @@ public function __toString()
44
45
public function offsetSet($offset, $value)
46
{
47
- $this::validateItemType($value);
+ $this->validateItemType($value);
48
49
parent::offsetSet($offset, $value);
50
}
0 commit comments