Skip to content

Commit f1ca3e6

Browse files
committed
Oops 😆
1 parent 7c431e6 commit f1ca3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/MultiLineString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __toString()
4444

4545
public function offsetSet($offset, $value)
4646
{
47-
$this::validateItemType($value);
47+
$this->validateItemType($value);
4848

4949
parent::offsetSet($offset, $value);
5050
}

0 commit comments

Comments
 (0)