We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931be95 commit 844c215Copy full SHA for 844c215
src/Polygon.php
@@ -128,12 +128,12 @@ public function offsetGet($offset)
128
129
public function offsetUnset($offset)
130
{
131
- throw new \BadMethodCallException('Polyline is immutable.');
+ throw new \BadMethodCallException('Polygon is immutable.');
132
}
133
134
public function offsetSet($offset, $value)
135
136
137
138
139
public function getIterator()
0 commit comments