Skip to content
Snippets Groups Projects
Commit 64ba5c5a authored by Antonio De Marco's avatar Antonio De Marco
Browse files

#91: Add offsetUnset() implementation.

parent 62abfa14
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ trait ArrayAccessDefinitionTrait {
* {@inheritdoc}
*/
public function offsetUnset($offset) {
unset($this->definition[$offset]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment